Skip to content

Commit 917dea2

Browse files
committed
ci: add --no-frozen-lockfile
1 parent 31a4e8b commit 917dea2

File tree

2 files changed

+1
-4021
lines changed

2 files changed

+1
-4021
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
then
416416
npm publish --access public
417417
cd ../../
418-
pnpm install
418+
pnpm install --no-frozen-lockfile
419419
pnpm run --filter="!compiler-rs" --parallel build
420420
pnpm publish --filter="!compiler-rs" --access public --no-git-checks
421421
else

0 commit comments

Comments
 (0)