Skip to content

Commit e71aea5

Browse files
committed
Make build UI nicer
1 parent a494674 commit e71aea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install target="": (build target)
2525

2626
build-ui target="":
2727
@echo "Building UI for target: {{target}}"
28+
cd playground/src-tauri && cargo update
2829
cd playground && pnpm i && {{env_vars}} pnpm tauri build --bundles app
2930

3031
run-ui:

0 commit comments

Comments
 (0)