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.
1 parent bb33a44 commit 85e3baeCopy full SHA for 85e3bae
scripts/release.mts
@@ -18,7 +18,7 @@ async function release() {
18
}
19
20
console.log(cyan('Upgrading dependencies...'))
21
- if (spawn.sync('pnpm', ['up'], { stdio: 'inherit' }).status === 1) {
+ if (spawn.sync('pnpm', ['up', '--latest'], { stdio: 'inherit' }).status === 1) {
22
return
23
24
0 commit comments