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 a494674 commit e71aea5Copy full SHA for e71aea5
Justfile
@@ -25,6 +25,7 @@ install target="": (build target)
25
26
build-ui target="":
27
@echo "Building UI for target: {{target}}"
28
+ cd playground/src-tauri && cargo update
29
cd playground && pnpm i && {{env_vars}} pnpm tauri build --bundles app
30
31
run-ui:
0 commit comments