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 150596f commit dacce3dCopy full SHA for dacce3d
.husky/pre-commit
@@ -1,5 +1,8 @@
1
#!/usr/bin/env sh
2
3
+# Ensure we use the correct Node.js version by setting PATH
4
+export PATH="/opt/homebrew/bin:$PATH"
5
+
6
# Run lint-staged to check only the files that are being committed
7
pnpm lint-staged
8
0 commit comments