This commit is contained in:
Tom Moor
2018-05-26 17:59:34 -07:00
parent b495dce043
commit 5bebb7351d
4 changed files with 11 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development nodemon --watch server index.js",
"lint": "npm run lint:flow && npm run lint:js",
"lint:js": "eslint app",
"lint:js": "eslint app server",
"lint:flow": "flow",
"deploy": "git push heroku master",
"heroku-postbuild": "npm run build && npm run sequelize:migrate",