We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bad587 commit db0999dCopy full SHA for db0999d
package.json
@@ -35,7 +35,7 @@
35
"scripts": {
36
"start": "node dist/index.js --transport http --loggers stderr mcp",
37
"start:stdio": "node dist/index.js --transport stdio --loggers stderr mcp",
38
- "prepare": "husky",
+ "prepare": "husky && npm run build",
39
"build:clean": "rm -rf dist",
40
"build:update-package-version": "tsx scripts/updatePackageVersion.ts",
41
"build:esm": "tsc --project tsconfig.esm.json && chmod +x dist/esm/index.js",
0 commit comments