Skip to content

Commit

Permalink
heroku postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Zanluca committed Jul 8, 2022
1 parent 9334b40 commit c49d4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "node backend/server.js",
"server": "nodemon --inspect backend/server.js",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\""
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c49d4b2

Please sign in to comment.