Skip to content

Commit

Permalink
fix(): package.json coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 24, 2017
1 parent 1716b81 commit be4221c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@
"unit:watch": "yarn run unit -- -w",
"e2e": "./scripts/e2e",
"e2e:tutorial": "mocha --reporter spec --require babel-register --timeout 16000 --slow 8000",
"unit:coverage": "nyc yarn run unit",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "npm-run-all --parallel test:unit test:e2e",
"test:unit": "nyc yarn run unit",
"test:e2e": "yarn run e2e",
"test:unit": "nyc --reporter=lcov yarn run unit",
"lint": "standard --fix --env mocha",
"format": "prettier --write --single-quote --no-semi --no-bracket-spacing *.js {src,test}/**/*.js"
},
Expand Down

0 comments on commit be4221c

Please sign in to comment.