Skip to content

Commit

Permalink
chore: revise postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Sep 30, 2018
1 parent 9ad7f9b commit 4150849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.test.js\"",
"postinstall": "npm run bootstrap",
"postinstall": "lerna bootstrap",
"pretest": "npm run build && npm run lint && npm run tslint",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"test": "nyc jest",
Expand Down

0 comments on commit 4150849

Please sign in to comment.