Skip to content

Commit feeb709

Browse files
Merge pull request #33 from Lemonnnnnnnnnnn/master
feat: adjust ci/cd strategy
2 parents dd47f06 + 4e93fb0 commit feeb709

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: install frontend dependencies
5858
# 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.
59+
run: pnpm install --frozen-lockfile # change this to npm or pnpm depending on which one you use.
6060

6161
- uses: tauri-apps/tauri-action@v0
6262
env:

0 commit comments

Comments
 (0)