Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
coloradocolby committed Feb 22, 2020
1 parent 4c1560f commit a55a2cf
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 @@ -5,7 +5,7 @@
"server": "node server.js",
"start": "react-scripts start",
"build": "react-scripts build",
"heroku-postbuild": "npm install && npm run server && npm run build"
"heroku-postbuild": "npm install && npm run build && npm run server"
},
"dependencies": {
"axios": "^0.17.1",
Expand Down

0 comments on commit a55a2cf

Please sign in to comment.