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:
32
32
33
33
install :
34
34
- travis_wait npm ci
35
+ - lerna bootstrap
35
36
- npm install -g codecov
36
37
- npm install -g eslint
37
38
Original file line number Diff line number Diff line change 40
40
"test" : " nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit" ,
41
41
"test:ci" : " nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit" ,
42
42
"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" ,
44
44
"tslint" : " tslint -c tslint.json \" packages/**/*.ts\" " ,
45
45
"watch" : " npm run build && tsc -w" ,
46
46
"postinstall" : " lightercollective"
You can’t perform that action at this time.
0 commit comments