Skip to content

Commit

Permalink
Use Yarn to manage dependencies (#576)
Browse files Browse the repository at this point in the history
Since we already check-in `yarn.lock` to the repository, it would be better if CI builds used the same set.
  • Loading branch information
ashmaroli authored Dec 30, 2019
1 parent e3c1060 commit 7d6868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

script/branding
bundle install
npm install
yarn install

0 comments on commit 7d6868c

Please sign in to comment.