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.
2 parents e085888 + b81a3ab commit 06e153aCopy full SHA for 06e153a
merge-release-run.js
@@ -52,4 +52,4 @@ const run = async () => {
52
process.stdout.write(execSync(`npm publish --access=public`))
53
process.stdout.write(execSync(`git checkout package.json`))
54
}
55
-run()
+run().catch(console.error)
0 commit comments