update husky
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user