minor with documentation

This commit is contained in:
lesion
2019-07-17 11:04:08 +02:00
parent 1366f1e294
commit 1ed0ff3917
3 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/cli.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"doc": "cd docs && bundle exec jekyll b",
"precommit": "npm run lint",
"migrate:dev": "sequelize db:migrate",
"migrate": "NODE_ENV=production sequelize db:migrate"