Skip to content

Commit 4150849

Browse files
committed
chore: revise postinstall script
1 parent 9ad7f9b commit 4150849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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",
38+
"postinstall": "lerna bootstrap",
3939
"pretest": "npm run build && npm run lint && npm run tslint",
4040
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
4141
"test": "nyc jest",

0 commit comments

Comments
 (0)