Skip to content

Commit 968f8f1

Browse files
committed
chore(scripts): add postinstall script
1 parent 7a0fc72 commit 968f8f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
3636
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
3737
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.test.js\"",
38+
"postinstall": "npm run bootstrap",
3839
"pretest": "npm run build && npm run lint && npm run tslint",
3940
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
4041
"test": "nyc jest",

0 commit comments

Comments
 (0)