Skip to content

Commit 3e45ba1

Browse files
committed
Update nix-start Makefile role.
1 parent 223dae7 commit 3e45ba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ test:
44
docker compose run --rm lorawan-device-profiles --run 'make nix-test'
55

66
nix-start:
7-
cd interface/ui && yarn build
8-
cd interface && cargo run
7+
cd interface && make ui && cargo run
98

109
nix-test:
1110
cd interface && make api ui

0 commit comments

Comments
 (0)