정승호

project just deployed

...@@ -4,14 +4,15 @@ ...@@ -4,14 +4,15 @@
4 "description": "react boiler plate", 4 "description": "react boiler plate",
5 "main": "index.js", 5 "main": "index.js",
6 "engine": { 6 "engine": {
7 - "node": "10.16.0", 7 + "node": "12.16.2",
8 - "npm": "6.9.0" 8 + "npm": "6.14.4"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "start": "node server/index.js", 11 "start": "node server/index.js",
12 "backend": "nodemon server/index.js", 12 "backend": "nodemon server/index.js",
13 "frontend": "npm run start --prefix client", 13 "frontend": "npm run start --prefix client",
14 - "dev": "concurrently \"npm run backend\" \"npm run start --prefix client\"" 14 + "dev": "concurrently \"npm run backend\" \"npm run start --prefix client\"",
15 + "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client "
15 }, 16 },
16 "repository": { 17 "repository": {
17 "type": "git", 18 "type": "git",
......