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