diff --git a/build.sh b/build.sh index fceecef..274f993 100755 --- a/build.sh +++ b/build.sh @@ -51,11 +51,11 @@ if [ -d "node_modules" ]; then fi # Install dependencies -#npm install +npm install ## PROJECT NEEDS echo "Building app... from $(git rev-parse --abbrev-ref HEAD)" -#npm run-script build +npm run-script build cp -r {.env,app.js,package.json,server,public,doc,Dockerfile} dist/ #cp -r ./* dist/