Skip to content

Commit

Permalink
Merge branch 'new-heroku-fix' into bg-fix-crashing-heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
henperi committed Jan 3, 2019
2 parents 2bb3327 + 560a4f3 commit eeaa0d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"db:undo:migrate": "node_modules/.bin/sequelize db:migrate:undo:all",
"db:undo:migrate:test": "cross-env NODE_ENV=test node_modules/.bin/sequelize db:migrate:undo:all",
"db:migrate": "node_modules/.bin/sequelize db:migrate",
"db:migrate:production": "node_modules/.bin/sequelize db:migrate && npm run db:seed:roles",
"db:migrate:test": "cross-env NODE_ENV=test node_modules/.bin/sequelize db:migrate",
"db:seed:undo": "node_modules/.bin/sequelize db:seed:undo:all",
"db:seed": "node_modules/.bin/sequelize db:seed:all",
"db:seed:test": "cross-env NODE_ENV=test node_modules/.bin/sequelize db:seed:all",
"db:seed:roles": "node_modules/.bin/sequelize db:seed --seed 20181211155307-role-seeder",
"lint:fix": "eslint --fix ./ --ext .js --color",
"start": "npm run build && node dist/index.js",
"build": "babel ./ --ignore node_modules,test,coverage,dist -d dist/ && cp swagger.json dist/"
Expand Down

0 comments on commit eeaa0d9

Please sign in to comment.