We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9334b40 commit c49d4b2Copy full SHA for c49d4b2
package.json
@@ -7,7 +7,8 @@
7
"start": "node backend/server.js",
8
"server": "nodemon --inspect backend/server.js",
9
"client": "npm start --prefix frontend",
10
- "dev": "concurrently \"npm run server\" \"npm run client\""
+ "dev": "concurrently \"npm run server\" \"npm run client\"",
11
+ "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"
12
},
13
"repository": {
14
"type": "git",
0 commit comments