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.
1 parent 2c38e25 commit 5d2ff94Copy full SHA for 5d2ff94
.husky/pre-commit
@@ -2,4 +2,4 @@
2
pnpm lint-staged
3
4
# run spell checker for staged files
5
-pnpm cspell --no-summary --no-progress --files $(git diff --diff-filter=d --name-only --cached)
+pnpm cspell --no-summary --no-progress --no-must-find-files --files $(git diff --diff-filter=d --name-only --cached)
0 commit comments