Skip to content

Commit

Permalink
chore: update package.json prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript authored Jan 8, 2023
1 parent e22a685 commit 4deed3c
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 @@ -34,7 +34,7 @@
"lint": "eslint . --ext='jsx'",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky install"
"prepare": "husky install && dumi setup"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
Expand Down

0 comments on commit 4deed3c

Please sign in to comment.