Skip to content

Commit

Permalink
Merge pull request #6 from Nadeem-05/main
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Nadeem-05 authored May 28, 2024
2 parents c2abc6d + bd87a43 commit 9046d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: install frontend dependencies
run: npm run tauri build # change this to npm, pnpm or bun depending on which one you use.
run: npm install # change this to npm, pnpm or bun depending on which one you use.

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

0 comments on commit 9046d30

Please sign in to comment.