We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e154215 commit 87bb7d3Copy full SHA for 87bb7d3
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: sudo apt-get install -y protobuf-compiler
36
37
- name: Install dependencies
38
- run: pnpm install
+ run: pnpm install -r --no-frozen-lockfile
39
40
- name: Build packages
41
run: pnpm run build
0 commit comments