prepare for deploy

This commit is contained in:
QkoSad
2022-11-07 18:08:36 +02:00
parent 543d271672
commit 21fa38cc4d
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"start": "node server",
"server": "nodemon server",
"client": "npm start --prefix client --trace-depracation",
"dev": "concurrently \"npm run server\" \"npm run client\""
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild":"NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",