Skip to content

Commit ed0a9ee

Browse files
committed
I am clearly tired
1 parent b42d924 commit ed0a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

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

2626
build-ui target="":
2727
@echo "Building UI for target: {{target}}"
28-
cd playground && {{env_vars}} pnpm tauri build --bundles app
28+
cd playground && pnpm i && {{env_vars}} pnpm tauri build --bundles app
2929

3030
run-ui:
3131
@echo "Running UI"

0 commit comments

Comments
 (0)