Skip to content

Commit

Permalink
fix: cleanup package.json mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal authored Aug 19, 2019
1 parent f498731 commit e085888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merge-release-run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit e085888

Please sign in to comment.