Commit 86314e20 authored by afc163's avatar afc163

Add npm run analyze

parent c2f34d52
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"start:no-proxy": "NO_PROXY=true roadhog server", "start:no-proxy": "NO_PROXY=true roadhog server",
"build": "roadhog build", "build": "roadhog build",
"site": "roadhog-api-doc static", "site": "roadhog-api-doc static",
"analyze": "roadhog build --analyze",
"lint:style": "stylelint \"src/**/*.less\" --syntax less", "lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint": "eslint --ext .js src mock tests && npm run lint:style", "lint": "eslint --ext .js src mock tests && npm run lint:style",
"lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style", "lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment