We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm up --latest
1 parent 85e3bae commit 54df94fCopy full SHA for 54df94f
scripts/release.mts
@@ -18,7 +18,7 @@ async function release() {
18
}
19
20
console.log(cyan('Upgrading dependencies...'))
21
- if (spawn.sync('pnpm', ['up', '--latest'], { stdio: 'inherit' }).status === 1) {
+ if (spawn.sync('pnpm', ['up'], { stdio: 'inherit' }).status === 1) {
22
return
23
24
0 commit comments