Skip to content

Commit

Permalink
deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
amrebada committed Jan 4, 2020
1 parent ebfb7a1 commit 59f6fef
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 @@ -15,7 +15,7 @@
"postcoverage": "open-cli coverage/lcov-report/index.html",
"lint": "eslint .",
"clean": "rimraf dist",
"build": "npm run clean && babel src -d dist",
"build": "babel src -d dist",
"start": "npm run build && node dist/index.js"
},
"husky": {
Expand Down

0 comments on commit 59f6fef

Please sign in to comment.