.
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"start": "cross-env NODE_ENV=production node server/index.js",
|
||||
"generate": "nuxt generate",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"precommit": "npm run lint"
|
||||
"precommit": "npm run lint",
|
||||
"migrate:dev": "sequelize db:migrate",
|
||||
"migrate": "NODE_ENV=production sequelize db:migrate"
|
||||
},
|
||||
"bin": {
|
||||
"gancio": "server/index.js"
|
||||
|
||||
Reference in New Issue
Block a user