Skip to content

Commit 7d6868c

Browse files
authored
Use Yarn to manage dependencies (#576)
Since we already check-in `yarn.lock` to the repository, it would be better if CI builds used the same set.
1 parent e3c1060 commit 7d6868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
script/branding
66
bundle install
7-
npm install
7+
yarn install

0 commit comments

Comments
 (0)