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 1befd17 commit dbd4b91Copy full SHA for dbd4b91
.husky/pre-push
@@ -1,7 +1,6 @@
1
-. "$(dirname -- "$0")/_/husky.sh"
2
-
3
echo "🔍 Running automatic fixes before pushing..."
4
-pnpm fix
+# Use npx to ensure pnpm is found, or use the full path
+npx pnpm fix
5
6
# Check if there are any changes after running fixes
7
if [ -n "$(git status --porcelain)" ]; then
0 commit comments