1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-10 12:13:25 +00:00

Deployment setup

This commit is contained in:
Mizanali Panjwani
2021-03-02 15:07:36 +05:30
parent 622a695a40
commit b2c3fd2e81
2 changed files with 12 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"main": "server.js",
"scripts": {
"start": "node server",
"client": "npm start --prefix client"
"client": "npm start --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",