File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ install:
49
49
- npm install -g codecov
50
50
- npm install -g eslint
51
51
- npm install -g greenkeeper-lockfile@1
52
+ - lerna bootstrap
52
53
53
54
before_script : greenkeeper-lockfile-update
54
55
after_script : greenkeeper-lockfile-upload
Original file line number Diff line number Diff line change 33
33
"test" : " lerna run test" ,
34
34
"reportCoverage" : " nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov" ,
35
35
"jsdoc" : " jsdoc -c jsdoc.json -r -d docs" ,
36
- "appveyor:lint" : " npm run lint" ,
36
+ "appveyor:lint" : " lerna bootstrap && npm run lint" ,
37
37
"appveyor:test" : " lerna run test && npm run reportCoverage" ,
38
38
"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" ,
40
40
"bundlesize" : " bundlesize" ,
41
41
"changelog" : " conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file" ,
42
42
"semantic-release" : " semantic-release" ,
You can’t perform that action at this time.
0 commit comments