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 a55a2cf commit a34bc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "nhl-tldr",
"version": "0.1.0",
"scripts": {
"server": "node server.js",
"start": "react-scripts start",
"start": "node server.js",
"dev": "react-scripts start",
"build": "react-scripts build",
"heroku-postbuild": "npm install && npm run build && npm run server"
"heroku-postbuild": "npm install && npm run build"
},
"dependencies": {
"axios": "^0.17.1",
Expand Down

0 comments on commit a34bc51

Please sign in to comment.