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