Skip to content

Commit

Permalink
build npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir-Rashid committed Jun 22, 2024
1 parent 4cfcd17 commit 0d61b39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ internal/protos/obc.pb.go: protos/obc.proto

build-frontend-protos: houston/src/protos/houston.pb.ts houston/src/protos/obc.pb.ts

houston/src/protos/houston.pb.ts: protos/houston.proto
houston/src/protos/houston.pb.ts: protos/houston.proto houston/node_modules/.bin/protoc-gen-ts_proto
protoc --plugin=houston/node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=fileSuffix=.pb --ts_proto_out=./houston/src/ ./protos/houston.proto

houston/src/protos/obc.pb.ts: protos/obc.proto
Expand All @@ -71,6 +71,9 @@ protos/houston.proto:

protos/obc.proto: protos/houston.proto

houston/node_modules/.bin/protoc-gen-ts_proto:
cd houston && npm install

# Run
# --------------------------------------------------------------------
.PHONY: run run-docker run-compose stop-compose run-broach-compose develop
Expand Down

0 comments on commit 0d61b39

Please sign in to comment.