Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 3e8727e

Browse files
committed
disable hoist for lerna in the config of travis
1 parent 548f81b commit 3e8727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
script:
55
- npm cache verify
66
- ./node_modules/.bin/lerna exec -- npm cache verify
7-
- ./node_modules/.bin/lerna bootstrap --hoist
7+
- ./node_modules/.bin/lerna bootstrap
88
- npm run build
99
- npm run lint
1010
- npm run flow

0 commit comments

Comments
 (0)