Skip to content

Commit ac63c07

Browse files
committed
chore: Add lerna bootstrap to travis config
1 parent a8aba90 commit ac63c07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ node_js:
33
- node
44
- 7
55
- 6
6+
install:
7+
- npm i -g lerna
8+
- yarn
9+
- lerna bootstrap
610
script:
711
- npm run lint
812
- npm run test -- --coverage

0 commit comments

Comments
 (0)