File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ before_install:
3232
3333install :
3434 - travis_wait npm ci
35+ - lerna bootstrap
3536 - npm install -g codecov
3637 - npm install -g eslint
3738
Original file line number Diff line number Diff line change 4040 "test" : " nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit" ,
4141 "test:ci" : " nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit" ,
4242 "travis:integration" : " npm run build && npm run test && npm run reportCoverage" ,
43- "travis:lint" : " lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize" ,
43+ "travis:lint" : " npm run build && npm run lint && npm run tslint && npm run bundlesize" ,
4444 "tslint" : " tslint -c tslint.json \" packages/**/*.ts\" " ,
4545 "watch" : " npm run build && tsc -w" ,
4646 "postinstall" : " lightercollective"
You can’t perform that action at this time.
0 commit comments