Skip to content

Commit

Permalink
Update frontend dependency installation command in GitHub Actions wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
BlackRam-oss committed Nov 25, 2024
1 parent ad1e702 commit 5271b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: yarn install # change this to npm or pnpm depending on which one you use.
run: npm install # this for npm, for yarn use `yarn install`

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 5271b35

Please sign in to comment.