We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db59ecb commit 5828bf0Copy full SHA for 5828bf0
interface/Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: api
+.PHONY: api ui
2
3
PROTOC_PATH := ./ui/node_modules/grpc-tools/bin/protoc
4
PROTOC_ARGS := -I=./api --js_out=import_style=commonjs:./api/grpc-web --grpc-web_out=import_style=commonjs+dts,mode=grpcwebtext:./api/grpc-web/
@@ -10,4 +10,4 @@ api:
10
$(PROTOC_PATH) $(PROTOC_ARGS) api/api.proto
11
12
ui:
13
- cd ui && yarn add file:./api/grpc-web && yarn install && yarn build
+ cd ui && yarn add file:../api/grpc-web && yarn install && yarn build
0 commit comments