فهرست منبع

clost #https://github.com/ant-design/test/issues/69

nikogu 8 سال پیش
والد
کامیت
5349737cd1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -2,12 +2,12 @@
   "name": "ant-design-pro",
   "private": true,
   "scripts": {
+    "precommit": "npm run lint",
     "start": "roadhog server",
     "build": "roadhog build",
+    "site": "roadhog-api-doc static",
     "lint:style": "stylelint \"src/**/*.less\" --syntax less",
     "lint": "eslint --ext .js src mock tests && npm run lint:style",
-    "precommit": "npm run lint",
-    "site": "roadhog-api-doc static",
     "test": "jest",
     "test:all": "node ./tests/run-tests.js"
   },