Skip to content

Commit

Permalink
Switch 'check-cover' to use Flow's 'batch-coverage' cmd (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 16, 2019
1 parent 26da75e commit c83412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"benchmark": "node ./resources/benchmark.js",
"prettier": "prettier --write --list-different 'src/**/*.js'",
"check": "flow check",
"check-cover": "for file in {src/*.js,src/**/*.js}; do echo $file; flow coverage $file; done",
"check-cover": "flow batch-coverage --quiet --strip-root --show-all src/ && flow stop --quiet",
"build": "npm run build:clean && npm run build:cp && npm run build:package-json && npm run build:cjs && npm run build:mjs && npm run build:flow",
"build:clean": "rm -rf ./dist && mkdir ./dist",
"build:cp": "cp README.md LICENSE ./dist",
Expand Down

0 comments on commit c83412f

Please sign in to comment.