Skip to content

Commit

Permalink
Merge pull request #158 from midwayjs/fix_coverage
Browse files Browse the repository at this point in the history
removed: nyc
  • Loading branch information
czy88840616 committed Mar 1, 2019
2 parents ecd85e2 + 2d40fb5 commit fef300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"autod": "lerna run autod",
"test": "lerna run test",
"cov": "nyc lerna run cov --concurrency=1",
"cov": "lerna run cov --concurrency=1",
"ci": "npm run build && npm run cov",
"purge": "npm run clean && rm -rf node_modules",
"reset": "npm run purge && npm i && npm run ci",
Expand Down

0 comments on commit fef300b

Please sign in to comment.