Skip to content

Commit

Permalink
feat: 增加clean:hooks命令
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Feb 4, 2025
1 parent 8ff3965 commit 927b22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
"clean": "npx fa clean --dist --deps --vite --all --ignore-tips",
"clean:hooks": "rm -rf .git/hooks",
"lint": "npx fa lint",
"lint:fix": "npx fa lint --fix",
"dev": "npx vuepress dev docs",
Expand Down

0 comments on commit 927b22f

Please sign in to comment.