Skip to content

Commit 54df94f

Browse files
committed
workflow(release): pnpm up --latest will update locked versions
1 parent 85e3bae commit 54df94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function release() {
1818
}
1919

2020
console.log(cyan('Upgrading dependencies...'))
21-
if (spawn.sync('pnpm', ['up', '--latest'], { stdio: 'inherit' }).status === 1) {
21+
if (spawn.sync('pnpm', ['up'], { stdio: 'inherit' }).status === 1) {
2222
return
2323
}
2424

0 commit comments

Comments
 (0)