Skip to content

Commit

Permalink
Tweak scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 10, 2017
1 parent 608c75f commit 4e69bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"test": "npm run build && jest && npm run lint",
"test-types": "(cd test_flow && npm install && npm test)",
"bench": "node scripts/bench.js",
"coverage": "jest --coverage",
"coverage": "npm run build && jest --coverage",
"report-coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"stats": "node scripts/stats.js",
"toc": "doctoc README.md",
"clean": "rm -rf dist",
"all": "npm run clean && npm run build && npm run coverage && npm run stats && npm run bench && npm run toc"
"all": "npm run clean && npm run coverage && npm run stats && npm run bench && npm run toc"
},
"main": "dist/derivable.js",
"module": "dist/derivable.es.js",
Expand Down

0 comments on commit 4e69bc7

Please sign in to comment.