Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Jul 15, 2021
1 parent 3401457 commit 5f2842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"body-parser": "^1.18.3",
Expand Down

0 comments on commit 5f2842b

Please sign in to comment.