File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5354before_script : greenkeeper-lockfile-update
5455after_script : greenkeeper-lockfile-upload
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments