Skip to content

Commit 7f13fa2

Browse files
committed
chore(package): fix issue with release
1 parent 1008f46 commit 7f13fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"preversion": "npm test",
3333
"version": "npm run build && npm run changelog",
3434
"postversion": "git commit --all -m \"chore(all): update for release\" && git push && git push --tags",
35-
"release": "ts-node ./tools/modify-package && npm publish"
35+
"release": "ts-node ./tools/modify-package && npm publish && git checkout ."
3636
},
3737
"dependencies": {
3838
"@speedy/node-core": "^1.0.1",

0 commit comments

Comments
 (0)