We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729715d commit 162c756Copy full SHA for 162c756
package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"test": "eslint .",
31
"preversion": "npm run test",
32
- "postversion": "git push --tags && git push && gh release create --generate-notes $npm_package_version",
+ "postversion": "git push --atomic && gh release create --generate-notes $npm_package_version",
33
"run-if-changed": "./run-if-changed.js",
34
"prepare": "husky"
35
},
0 commit comments