Skip to content

Commit

Permalink
removed: nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsss committed Mar 1, 2019
1 parent d7a3a83 commit 2ac7e1b
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 2ac7e1b

Please sign in to comment.