We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2175e74 commit 4292d9fCopy full SHA for 4292d9f
1 file changed
package.json
@@ -14,8 +14,8 @@
14
"start": "git add . && git commit; npm version",
15
"preversion": "npm test",
16
"postversion": "npm publish",
17
- "postpublish": "npm run sync && git push --tags",
18
- "release": "git checkout master && npm run sync && standard-version && git push --follow-tags && npm publish",
+ "postpublish": "npm run sync && git push --follow-tags",
+ "release": "git checkout master && npm run sync && standard-version && npm publish",
19
"test": "npm run tape",
20
"ava": "TEST=ava ava test/*test.js",
21
"avaw": "TEST=ava nyc ava test/*test.js -w",
0 commit comments