Skip to content

Commit c09db2f

Browse files
Merge pull request #17 from Lemonnnnnnnnnnn/master
feat: update pnpm install command
2 parents d8bb395 + a7d966d commit c09db2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: 7.29.3
3838
- name: install frontend dependencies
39-
run: pnpm install # change this to npm or pnpm depending on which one you use
39+
run: pnpm install --no-frozen-lockfile # change this to npm or pnpm depending on which one you use
4040

4141
- uses: tauri-apps/tauri-action@v0
4242
env:

0 commit comments

Comments
 (0)