remove js suffix

This commit is contained in:
David Blass
2025-11-19 16:22:01 -05:00
parent 2ba6cf7c0b
commit dcc257ff7a
5 changed files with 5 additions and 4 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