Skip to content

Commit

Permalink
fix: frozen lockfile issue on ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jan 10, 2024
1 parent 656ffbf commit 4059679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
npm install -g pnpm
- name: Install dependencies (PNPM)
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

- name: Generate Local Plugins (PNPM)
run: pnpm run specta:gen
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4059679

Please sign in to comment.