We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7623cfc commit b4939a1Copy full SHA for b4939a1
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
49
50
- name: install frontend dependencies
51
- run: yarn install # change this to npm, pnpm or bun depending on which one you use.
+ run: pnpm install # change this to npm, pnpm or bun depending on which one you use.
52
53
- uses: tauri-apps/tauri-action@v0
54
env:
0 commit comments