Skip to content

Commit

Permalink
Revert "coverage script"
Browse files Browse the repository at this point in the history
This reverts commit f8cb414.
  • Loading branch information
timgit committed Apr 22, 2017
1 parent f8cb414 commit ce4bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"scripts": {
"test": "cross-env NODE_ENV=test nyc mocha --slow 10000",
"forcover": "cross-env NODE_ENV=test nyc report --reporter=text-lcov | coveralls",
"forcover": "cross-env NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"export-schema": "node ./scripts/construct.js",
Expand Down

0 comments on commit ce4bc7d

Please sign in to comment.