Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
📦 package: sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 18, 2020
1 parent 9053dad commit 5cd0120
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"build": "father-build && webpack",
"start": "dumi dev",
"doc": "cd ./example && umi dev",
"lint": "npm run lint-eslint && npm run lint:style",
"lint-eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint-staged": "lint-staged",
Expand All @@ -44,7 +44,7 @@
"prettier": "prettier -c --write \"**/**\"",
"site": "dumi build && gh-pages -d ./dist",
"site_build": "dumi build",
"doc": "cd ./example && umi dev",
"start": "dumi dev",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"tsc": "tsc -p tsconfig-check.json"
Expand Down Expand Up @@ -118,6 +118,7 @@
"@types/react-router-dom": "^5.1.0",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^2.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.12.2",
"cross-env": "^7.0.0",
"dumi": "^1.0.13",
Expand Down

0 comments on commit 5cd0120

Please sign in to comment.