Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
attempt to coerce heroku to build with dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 14, 2019
1 parent 365a06d commit e7a5df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev": "nodemon --exec babel-node src/index.js",
"start": "node build/index.js",
"build": "babel src -d build",
"heroku-postbuild": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit e7a5df5

Please sign in to comment.