From 70f07d4eeee55d5acb5515600feb416ac87f00f1 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 26 Mar 2019 20:49:59 -0400 Subject: [PATCH] Re-enabled `npm install` in build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index bee410c..bad47e0 100644 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ basedir=$PWD cd $basedir/backend -#npm install +npm install cd $basedir/frontend -#npm install +npm install npm run build \ No newline at end of file