From 3e75c2a12c2b89f03cc609f64397502c91041008 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Mon, 23 Aug 2021 21:06:25 -0600 Subject: [PATCH] Removed autobuilding --- dist/predeploy-vanilla.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dist/predeploy-vanilla.sh b/dist/predeploy-vanilla.sh index 74c5e33..4d3b36b 100755 --- a/dist/predeploy-vanilla.sh +++ b/dist/predeploy-vanilla.sh @@ -14,7 +14,3 @@ 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