Skip to content

Commit

Permalink
Merge pull request #14 from Lemonnnnnnnnnnn/master
Browse files Browse the repository at this point in the history
feat: update pnpm install command
  • Loading branch information
Lemonnnnnnnnnnn authored Feb 28, 2024
2 parents 8c43b04 + d0414be commit 34091dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
version: 7.29.3
- name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use
run: pnpm install --no-frozen-lockfile # change this to npm or pnpm depending on which one you use

- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 34091dd

Please sign in to comment.