Skip to content

Commit

Permalink
chore: install with no frozen-lockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd authored Jan 4, 2025
1 parent e154215 commit 87bb7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Install dependencies
run: pnpm install
run: pnpm install -r --no-frozen-lockfile

- name: Build packages
run: pnpm run build
Expand Down

0 comments on commit 87bb7d3

Please sign in to comment.