Skip to content

Commit

Permalink
Fix: also install ../fronend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Mar 16, 2024
1 parent 7a0a720 commit 43abcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install # Change this to npm, yarn or pnpm.
run: npm install && cd ../frontend && npm install # Change this to npm, yarn or pnpm.

- name: Build the app
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 43abcaf

Please sign in to comment.