Skip to content

Commit

Permalink
Fix UI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Nov 19, 2024
1 parent 1a49b3b commit db59ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ nix-start:
cd interface && cargo run

nix-test:
cd interface/ui && yarn build
cd interface && make api ui
cd interface && cargo run run-tests
2 changes: 1 addition & 1 deletion interface/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ api:
$(PROTOC_PATH) $(PROTOC_ARGS) api/api.proto

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

0 comments on commit db59ecb

Please sign in to comment.