Skip to content

Commit 87bb7d3

Browse files
authored
chore: install with no frozen-lockfile flag
1 parent e154215 commit 87bb7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sudo apt-get install -y protobuf-compiler
3636

3737
- name: Install dependencies
38-
run: pnpm install
38+
run: pnpm install -r --no-frozen-lockfile
3939

4040
- name: Build packages
4141
run: pnpm run build

0 commit comments

Comments
 (0)