...
|
...
|
@@ -14,6 +14,7 @@ |
|
|
"debug": "DEBUG=\"express:*\" nodemon -e js,hbs -i public/ app.js",
|
|
|
"lint-js": "eslint -c .eslintrc --cache --fix .",
|
|
|
"lint-css": "stylelint --config .stylelintrc public/scss/**/*.css",
|
|
|
"lint-vue": "eslint -c .eslintrc --cache --fix public/vue/**/*.vue || stylelint --extract --config .stylelintrc public/vue/**/*.vue",
|
|
|
"precommit": "node lint.js",
|
|
|
"test": "NODE_ENV=test nyc ./node_modules/.bin/ava",
|
|
|
"posttest": "nyc report --reporter=html"
|
...
|
...
|
|