fix: cleanup package.json mutation

This commit is contained in:
Mikeal Rogers 2019-08-19 14:59:27 -07:00 committed by GitHub
parent f4987317c6
commit e085888314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,5 +50,6 @@ const run = async () => {
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
console.log(newVersion)
process.stdout.write(execSync(`npm publish --access=public`))
process.stdout.write(execSync(`git checkout package.json`))
}
run()