Skip to content

Commit c8f8414

Browse files
committed
get rid of postpublish script
1 parent 025de45 commit c8f8414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"build": "rimraf lib && babel src --out-dir lib",
3232
"test": "NODE_ENV=production BABEL_ENV=test nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
3333
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
34-
"postpublish": "git tag -a v$npm_package_version -m v$npm_package_version && git push origin v$npm_package_version",
3534
"open:coverage": "open coverage/lcov-report/index.html",
3635
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3736
},

0 commit comments

Comments
 (0)