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 334ef82 commit 943d96cCopy full SHA for 943d96c
package.json
@@ -15,7 +15,8 @@
15
"build": "rimraf lib && babel src --out-dir lib",
16
"test": "NODE_ENV=production BABEL_ENV=test nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
17
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
18
- "postpublish": "git tag -a v$npm_package_version -m v$npm_package_version && git push origin v$npm_package_version"
+ "postpublish": "git tag -a v$npm_package_version -m v$npm_package_version && git push origin v$npm_package_version",
19
+ "open:coverage": "open coverage/lcov-report/index.html"
20
},
21
"config": {
22
"mocha": "--compilers js:babel-core/register ./test/**/*.js"
0 commit comments