Added nom command to deploy

This commit is contained in:
Jori Lallo
2016-06-04 15:52:19 -07:00
parent f367157fb7
commit 6a5303149d

View File

@@ -10,6 +10,7 @@
"build": "npm run clean && npm run build:webpack",
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
"lint": "eslint src",
"deploy": "git push heroku master",
"heroku-postbuild": "npm run build"
},
"repository": {