From 03058ad9a2a80ecc203de23b466b5e0384d1aafd Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 30 Dec 2019 12:45:50 +0530 Subject: [PATCH] Use Yarn to manage dependencies --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 739206367..34c56a164 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -4,4 +4,4 @@ set -e script/branding bundle install -npm install +yarn install