Skip to content

Commit

Permalink
fix(readme) explicitly use Yarn
Browse files Browse the repository at this point in the history
bootstrap doesn't work with npm in our folders
  • Loading branch information
Haroenv authored Mar 14, 2017
1 parent dabd707 commit c2de26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-instantsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ yarn global add lerna
yarn install

# Download all dependencies
lerna bootstrap
lerna bootstrap --npmClient=yarn

# Build all the packages
lerna run build
Expand Down

0 comments on commit c2de26b

Please sign in to comment.