Skip to content

Commit

Permalink
Update package.json (ant-design#737)
Browse files Browse the repository at this point in the history
跨平台兼容
  • Loading branch information
hzq001 authored and ddcat1115 committed Jan 17, 2018
1 parent 87ca9fd commit ca4e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca4e8f4

Please sign in to comment.