Skip to content

Commit b382da3

Browse files
committed
ci: Use --no-frozen-lockfile to bypass missing lockfile
1 parent f47257e commit b382da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464

6565
- name: Install dependencies
66-
run: pnpm install --frozen-lockfile
66+
run: pnpm install --no-frozen-lockfile
6767
shell: bash
6868

6969
- name: Try rebuild rollup native binary (non-fatal)

0 commit comments

Comments
 (0)