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