prepare for prod
This commit is contained in:
+2
-1
@@ -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\"",
|
||||
"render": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user