Merge pull request #943 from SISheogorath/feature/improveSetup

Some minor improvements for setup script
This commit is contained in:
Christoph (Sheogorath) Kern
2018-11-17 12:42:24 +01:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
"build": "webpack --config webpack.prod.js --progress --colors --bail",
"postinstall": "bin/heroku",
"start": "node app.js",
"start": "sequelize db:migrate && node app.js",
"doctoc": "doctoc --title='# Table of Contents' README.md"
},
"dependencies": {