Skip to content

Commit

Permalink
fix(revert): packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Mar 18, 2018
1 parent bdafce0 commit 3dd244b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"format": "prettier-eslint \"bin/**/*.js\" \"packages/**/*.js\" \"test/**/*.js\" --write",
"lint:codeOnly": "eslint \"{packages,bin}/**/!(__testfixtures__)/*.js\" \"{packages,bin}/**.js\"",
"precommit": "lint-staged",
"pretest": "npm run lint",
"test": "nyc jest",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
Expand Down

0 comments on commit 3dd244b

Please sign in to comment.