refactoring

This commit is contained in:
les
2019-08-07 19:15:15 +02:00
parent b413742c45
commit 5a3d07336f
25 changed files with 71 additions and 1527 deletions

View File

@@ -10,6 +10,7 @@
"start": "cross-env sequelize db:migrate && NODE_ENV=production node server/cli.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"doc": "cd docs && bundle exec jekyll b",
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
"migrate:dev": "sequelize db:migrate",
"migrate": "NODE_ENV=production sequelize db:migrate"
},