Skip to content

Commit 5828bf0

Browse files
committed
Fix Makefile.
1 parent db59ecb commit 5828bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: api
1+
.PHONY: api ui
22

33
PROTOC_PATH := ./ui/node_modules/grpc-tools/bin/protoc
44
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:
1010
$(PROTOC_PATH) $(PROTOC_ARGS) api/api.proto
1111

1212
ui:
13-
cd ui && yarn add file:./api/grpc-web && yarn install && yarn build
13+
cd ui && yarn add file:../api/grpc-web && yarn install && yarn build

0 commit comments

Comments
 (0)