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.
2 parents dd47f06 + 4e93fb0 commit feeb709Copy full SHA for feeb709
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: install frontend dependencies
58
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
59
- run: pnpm install # change this to npm or pnpm depending on which one you use.
+ run: pnpm install --frozen-lockfile # change this to npm or pnpm depending on which one you use.
60
61
- uses: tauri-apps/tauri-action@v0
62
env:
0 commit comments