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 f498731 commit e085888Copy full SHA for e085888
merge-release-run.js
@@ -50,5 +50,6 @@ const run = async () => {
50
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
51
console.log(newVersion)
52
process.stdout.write(execSync(`npm publish --access=public`))
53
+ process.stdout.write(execSync(`git checkout package.json`))
54
}
55
run()
0 commit comments