Browse Source

Update package.json (#737)

跨平台兼容
pull/738/head
hzq 8 years ago
committed by ddcat1115
parent
commit
ca4e8f4dd7
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev",
"build": "cross-env DISABLE_ESLINT=true roadhog build",
"site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "ANALYZE=true roadhog build",
"analyze": "cross-env ANALYZE=true roadhog build",
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint": "eslint --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