From 1bf3eba6038a1b9aabb34b809b7e84d483018b51 Mon Sep 17 00:00:00 2001 From: Matt N Date: Mon, 30 Jan 2017 09:15:26 -0800 Subject: [PATCH] `yarn setup_js_dev` was deleted (#5639) --- script/bootstrap_frontend | 1 - 1 file changed, 1 deletion(-) diff --git a/script/bootstrap_frontend b/script/bootstrap_frontend index ed3321b1d93..e1d4ef887be 100755 --- a/script/bootstrap_frontend +++ b/script/bootstrap_frontend @@ -17,5 +17,4 @@ yarn install # Install bower web components. Allow to download the components as root since the user in docker is root. ./node_modules/.bin/bower install --allow-root -yarn run setup_js_dev cd ../../../../..