Skip to content

Commit 17c2c88

Browse files
committed
chore(monorepo): add bootstrap to run
chore(monorepo): add bootstrap to ci
1 parent 3a82b7d commit 17c2c88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ install:
4949
- npm install -g codecov
5050
- npm install -g eslint
5151
- npm install -g greenkeeper-lockfile@1
52+
- lerna bootstrap
5253

5354
before_script: greenkeeper-lockfile-update
5455
after_script: greenkeeper-lockfile-upload

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"test": "lerna run test",
3434
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
3535
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
36-
"appveyor:lint": "npm run lint",
36+
"appveyor:lint": "lerna bootstrap && npm run lint",
3737
"appveyor:test": "lerna run test && npm run reportCoverage",
3838
"travis:integration": "lerna run test && npm run reportCoverage",
39-
"travis:lint": "npm run lint && npm run bundlesize",
39+
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
4040
"bundlesize": "bundlesize",
4141
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
4242
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)