We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean:hooks
1 parent 8ff3965 commit 927b22fCopy full SHA for 927b22f
package.json
@@ -18,6 +18,7 @@
18
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
19
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
20
"clean": "npx fa clean --dist --deps --vite --all --ignore-tips",
21
+ "clean:hooks": "rm -rf .git/hooks",
22
"lint": "npx fa lint",
23
"lint:fix": "npx fa lint --fix",
24
"dev": "npx vuepress dev docs",
0 commit comments