Skip to content

Commit

Permalink
fix travis with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent 087f82a commit f1b1489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ env:
matrix:
- PACKAGE=ts-build-template
install:
- "lerna bootstrap --scope=@$SCOPE/$PACKAGE"
- "npx lerna bootstrap --scope=@$SCOPE/$PACKAGE"
script:
- "lerna run start cover.travis --scope=@$SCOPE/$PACKAGE"
- "npx lerna run start cover.travis --scope=@$SCOPE/$PACKAGE"

0 comments on commit f1b1489

Please sign in to comment.