Skip to content

Commit 290a671

Browse files
committed
chore: garantuee to use local lerna version
1 parent 54a7750 commit 290a671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ node_js:
66
install:
77
- npm install -g npx
88
- npx yarn install
9-
- npx lerna bootstrap
9+
- $(npm bin)/lerna bootstrap
1010
- npm --version
1111
- yarn --version
1212
- npx --version
13+
- $(npm bin)/lerna --version
1314
script:
1415
- npx yarn build
1516
- npx yarn test

0 commit comments

Comments
 (0)