Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dream2023 committed Dec 7, 2023
1 parent a2993e9 commit 21e94e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"dev": "father dev",
"docs": "cross-env APP_ROOT=example dumi dev",
"lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"postinstall": "yarn cross-env APP_ROOT=example dumi setup",
"prepare": "husky install && father link-dev-theme",
"prepare": "husky install && father link-dev-theme && yarn cross-env APP_ROOT=example dumi setup",
"prepublishOnly": "father doctor && npm run build"
},
"commitlint": {
Expand Down

0 comments on commit 21e94e3

Please sign in to comment.