We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc0d88 commit 4f4c40cCopy full SHA for 4f4c40c
package.json
@@ -8,8 +8,7 @@
8
"start": "node ./server/server.js",
9
"dev": "nodemon ./server/server.js",
10
"test": "echo \"No tests specified\"",
11
- "postbuild": "npm run build-client",
12
- "build-client": "cd client && npm install && npm run build && mv ./dist ../server/public"
+ "heroku-postbuild": "cd client && npm install && npm run build && mv ./dist ../server/public"
13
},
14
"keywords": [],
15
"author": "",
0 commit comments