Commit 5349737c authored by nikogu's avatar nikogu
parent 315b660b
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
"name": "ant-design-pro", "name": "ant-design-pro",
"private": true, "private": true,
"scripts": { "scripts": {
"precommit": "npm run lint",
"start": "roadhog server", "start": "roadhog server",
"build": "roadhog build", "build": "roadhog build",
"site": "roadhog-api-doc static",
"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",
"precommit": "npm run lint",
"site": "roadhog-api-doc static",
"test": "jest", "test": "jest",
"test:all": "node ./tests/run-tests.js" "test:all": "node ./tests/run-tests.js"
}, },
......
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