Skip to content

Commit 927b22f

Browse files
committed
feat: 增加clean:hooks命令
1 parent 8ff3965 commit 927b22f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
1919
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
2020
"clean": "npx fa clean --dist --deps --vite --all --ignore-tips",
21+
"clean:hooks": "rm -rf .git/hooks",
2122
"lint": "npx fa lint",
2223
"lint:fix": "npx fa lint --fix",
2324
"dev": "npx vuepress dev docs",

0 commit comments

Comments
 (0)