We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e184ec commit 150b8ebCopy full SHA for 150b8eb
1 file changed
package.json
@@ -28,8 +28,8 @@
28
},
29
"scripts": {
30
"start": "nodemon --watch backend --exec babel-node backend/server.js",
31
- "build": "rm -rf dist && babel backend -d dist",
32
- "heroku-postbuild": "npm run build && cd frontend && npm install && npm run build"
+ "build": "rm -rf dist && babel backend -d dist && cd frontend && npm install && npm run build",
+ "heroku-postbuild-x": "npm run build && cd frontend && npm install && npm run build"
33
34
"repository": {
35
"type": "git",
0 commit comments