Skip to content

Commit 4292d9f

Browse files
committed
fix: streamline release
1 parent 2175e74 commit 4292d9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"start": "git add . && git commit; npm version",
1515
"preversion": "npm test",
1616
"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",
17+
"postpublish": "npm run sync && git push --follow-tags",
18+
"release": "git checkout master && npm run sync && standard-version && npm publish",
1919
"test": "npm run tape",
2020
"ava": "TEST=ava ava test/*test.js",
2121
"avaw": "TEST=ava nyc ava test/*test.js -w",

0 commit comments

Comments
 (0)