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 025de45 commit c8f8414Copy full SHA for c8f8414
package.json
@@ -31,7 +31,6 @@
31
"build": "rimraf lib && babel src --out-dir lib",
32
"test": "NODE_ENV=production BABEL_ENV=test nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
33
"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",
35
"open:coverage": "open coverage/lcov-report/index.html",
36
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
37
},
0 commit comments