rename bundle without .js, bump version

This commit is contained in:
David Blass
2025-11-19 17:05:04 -05:00
parent 1e8abe442b
commit 4b43b617f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ if git diff --cached --name-only | grep -q "^package.json$"; then
pnpm build
# Add the built files and lockfile to the commit
git add entry.js mcp-server.js pnpm-lock.yaml
git add entry mcp-server pnpm-lock.yaml
fi