From 1157c51c1d5e21a5c6008e5217e944a1baff6346 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Mon, 23 Aug 2021 21:04:48 -0600 Subject: [PATCH] Removed irrelevant React script from predeploy --- dist/predeploy-vanilla.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/predeploy-vanilla.sh b/dist/predeploy-vanilla.sh index 67279cc..a068c33 100755 --- a/dist/predeploy-vanilla.sh +++ b/dist/predeploy-vanilla.sh @@ -12,7 +12,5 @@ fi # Install node dependencies echo "Installing node depencencies!" npm i -echo "Building JS Bundle!" -npm run build:react echo "Building docker image" docker-compose build