Browse Source

Fix roadhog build analyze, sorrycc/roadhog#541

pull/675/head
afc163 8 years ago
parent
commit
a0ecd04575
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev", "start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev",
"build": "cross-env DISABLE_ESLINT=true roadhog build", "build": "cross-env DISABLE_ESLINT=true roadhog build",
"site": "roadhog-api-doc static && gh-pages -d dist", "site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "roadhog build --analyze", "analyze": "ANALYZE=true roadhog build",
"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",

Loading…
Cancel
Save