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.
simple-git-hooks
1 parent 91c7ce6 commit cf3f012Copy full SHA for cf3f012
package.json
@@ -16,7 +16,7 @@
16
},
17
"scripts": {
18
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
19
- "postinstall": "simple-git-hooks",
+ "postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
20
"clean": "npx fa clean --ignore-tips --dist --vite --all",
21
"lint": "npx fa lint",
22
"lint:fix": "npx fa lint --fix",
0 commit comments