Skip to content

Commit 28e71bc

Browse files
committed
fix ci install
1 parent 827bc0f commit 28e71bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async function main() {
410410
bumpAllPackages(nextVersion);
411411
let commitCommand = `git commit -am "Release v${nextVersion}"`;
412412
if (!options.dryRun) {
413-
commitCommand = `pnpm install && ` + commitCommand;
413+
commitCommand = `pnpm install --no-frozen-lockfile && ` + commitCommand;
414414
commitCommand += ` && git tag v${nextVersion}`;
415415
}
416416

0 commit comments

Comments
 (0)