diff --git a/package.json b/package.json index 5a5518c96..f1becb850 100644 --- a/package.json +++ b/package.json @@ -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": {