We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1008f46 commit 7f13fa2Copy full SHA for 7f13fa2
1 file changed
package.json
@@ -32,7 +32,7 @@
32
"preversion": "npm test",
33
"version": "npm run build && npm run changelog",
34
"postversion": "git commit --all -m \"chore(all): update for release\" && git push && git push --tags",
35
- "release": "ts-node ./tools/modify-package && npm publish"
+ "release": "ts-node ./tools/modify-package && npm publish && git checkout ."
36
},
37
"dependencies": {
38
"@speedy/node-core": "^1.0.1",
0 commit comments