mirror of
https://github.com/mizanxali/uno-online
synced 2025-12-10 12:13:25 +00:00
Deployment setup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user