Skip to content

Commit

Permalink
ci: bun -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jun 12, 2024
1 parent 5a8dbdc commit 5d30c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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: bun install # 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
Empty file removed test.md
Empty file.

0 comments on commit 5d30c48

Please sign in to comment.