update husky
This commit is contained in:
+1
-1
@@ -2,7 +2,6 @@
|
|||||||
if git diff --cached --name-only | grep -q "^package.json$"; then
|
if git diff --cached --name-only | grep -q "^package.json$"; then
|
||||||
echo "🔒 Updating lockfile..."
|
echo "🔒 Updating lockfile..."
|
||||||
pnpm lock
|
pnpm lock
|
||||||
fi
|
|
||||||
|
|
||||||
# Build the action before committing
|
# Build the action before committing
|
||||||
echo "🔨 Building action..."
|
echo "🔨 Building action..."
|
||||||
@@ -10,3 +9,4 @@ pnpm build
|
|||||||
|
|
||||||
# Add the built files and lockfile to the commit
|
# Add the built files and lockfile to the commit
|
||||||
git add entry.js mcp-server.js pnpm-lock.yaml
|
git add entry.js mcp-server.js pnpm-lock.yaml
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user