...
|
...
|
@@ -16,6 +16,7 @@ |
|
|
"build": "NODE_ENV=production node ./build/build.js",
|
|
|
"build:pkg": "NODE_ENV=production node ./build/package-build.js",
|
|
|
"build:node": "node ./build/node-build.js",
|
|
|
"build:all": "yarn build && yarn build:pkg && yarn build:node",
|
|
|
"lint-js": "eslint -c .eslintrc --cache --fix .",
|
|
|
"lint-css": "stylelint --syntax scss --config .stylelintrc public/scss/**/*.css",
|
|
|
"lint-vue": "eslint -c .eslintrc --cache --fix public/vue/**/*.vue || stylelint --syntax scss --extract --config .stylelintrc public/vue/**/*.vue"
|
...
|
...
|
|