Skip to content

Commit

Permalink
Heroku already npm starts!
Browse files Browse the repository at this point in the history
  • Loading branch information
javieraviles committed Jun 1, 2018
1 parent b5da280 commit 947e59f
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 @@
"serve": "node dist/server.js",
"build": "npm run tslint && npm run build-ts && npm run copy-static-assets",
"start": "npm run serve",
"heroku-postbuild": "npm run build && npm run start"
"heroku-postbuild": "npm run build"
},
"author": "Javier Aviles",
"license": "MIT",
Expand Down

0 comments on commit 947e59f

Please sign in to comment.