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

Commit

Permalink
attempt to fix heroku build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 14, 2019
1 parent 956ca47 commit dff36cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"dev": "nodemon --exec babel-node src/index.js",
"start": "babel src -d build && node build/index.js",
"start": "node build/index.js",
"build": "babel src -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit dff36cd

Please sign in to comment.