From 7b33bf4f034e701262de23cb5193e3fdd184311f Mon Sep 17 00:00:00 2001 From: anmol Date: Tue, 6 Nov 2018 15:20:18 +0530 Subject: [PATCH] Added npm install -D babel-loader @babel/core @babel/preset-env webpack --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 0234b84..6b03973 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -154,6 +154,7 @@ MCOMMANDS # Install package with yarn and restart postgresql pushd $final_path/live yarn install --pure-lockfile +npm install -D babel-loader @babel/core @babel/preset-env webpack systemctl restart postgresql popd