Skip to content

Commit e085888

Browse files
authored
fix: cleanup package.json mutation
1 parent f498731 commit e085888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

merge-release-run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ const run = async () => {
5050
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
5151
console.log(newVersion)
5252
process.stdout.write(execSync(`npm publish --access=public`))
53+
process.stdout.write(execSync(`git checkout package.json`))
5354
}
5455
run()

0 commit comments

Comments
 (0)