Skip to content

Commit

Permalink
Merge pull request #130 from arkedge/fix-codegen-path
Browse files Browse the repository at this point in the history
Fix devtools-frontend protobuf codegen path
  • Loading branch information
KOBA789 authored Apr 18, 2024
2 parents 4d1a790 + 4f1e501 commit 9bdf680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "c2a-devtools",
"version": "0.0.0",
"scripts": {
"codegen:proto:tco_tmiv": "protoc --ts_out src/proto --proto_path ../../gaia-stub/proto ../../gaia-stub/proto/tco_tmiv.proto",
"codegen:proto:broker": "protoc --ts_out src/proto --proto_path ../../gaia-stub/proto ../../gaia-stub/proto/broker.proto",
"codegen:proto:tmtc_generic_c2a": "protoc --ts_out src/proto --proto_path ../../tmtc-c2a/proto ../../tmtc-c2a/proto/tmtc_generic_c2a.proto",
"codegen:proto:tco_tmiv": "protoc --ts_out src/proto --proto_path ../gaia-stub/proto ../gaia-stub/proto/tco_tmiv.proto",
"codegen:proto:broker": "protoc --ts_out src/proto --proto_path ../gaia-stub/proto ../gaia-stub/proto/broker.proto",
"codegen:proto:tmtc_generic_c2a": "protoc --ts_out src/proto --proto_path ../tmtc-c2a/proto ../tmtc-c2a/proto/tmtc_generic_c2a.proto",
"codegen:proto": "run-p codegen:proto:*",
"codegen": "run-s codegen:proto",
"crate:build": "cd crates && wasm-pack build --weak-refs --target web --release",
Expand Down

0 comments on commit 9bdf680

Please sign in to comment.