Skip to content

Commit 22d3acc

Browse files
committed
fix(test): fix travis ts build
1 parent 54805ae commit 22d3acc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ before_install:
3232

3333
install:
3434
- travis_wait npm ci
35+
- lerna bootstrap
3536
- npm install -g codecov
3637
- npm install -g eslint
3738

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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"

0 commit comments

Comments
 (0)