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 1a49b3b commit db59ecbCopy full SHA for db59ecb
Makefile
@@ -8,5 +8,5 @@ nix-start:
8
cd interface && cargo run
9
10
nix-test:
11
- cd interface/ui && yarn build
+ cd interface && make api ui
12
cd interface && cargo run run-tests
interface/Makefile
@@ -10,4 +10,4 @@ api:
$(PROTOC_PATH) $(PROTOC_ARGS) api/api.proto
ui:
13
- cd ui && yarn add file:./api/grpc-web && yarn install
+ cd ui && yarn add file:./api/grpc-web && yarn install && yarn build
0 commit comments