Skip to content

Commit db0999d

Browse files
committed
fix
1 parent 5bad587 commit db0999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"scripts": {
3636
"start": "node dist/index.js --transport http --loggers stderr mcp",
3737
"start:stdio": "node dist/index.js --transport stdio --loggers stderr mcp",
38-
"prepare": "husky",
38+
"prepare": "husky && npm run build",
3939
"build:clean": "rm -rf dist",
4040
"build:update-package-version": "tsx scripts/updatePackageVersion.ts",
4141
"build:esm": "tsc --project tsconfig.esm.json && chmod +x dist/esm/index.js",

0 commit comments

Comments
 (0)