update husky

This commit is contained in:
David Blass
2025-11-13 16:16:53 -05:00
parent 68b65b2b05
commit c1014857e0
+1 -1
View File
@@ -2,7 +2,6 @@
if git diff --cached --name-only | grep -q "^package.json$"; then
echo "🔒 Updating lockfile..."
pnpm lock
fi
# Build the action before committing
echo "🔨 Building action..."
@@ -10,3 +9,4 @@ pnpm build
# Add the built files and lockfile to the commit
git add entry.js mcp-server.js pnpm-lock.yaml
fi