Skip to content

Commit 7044d8e

Browse files
committed
build every time with smithery dockerfile
1 parent 1548d1c commit 7044d8e

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
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"build": "tsc && shx chmod +x dist/*.js",
24-
"prepare": "husky",
24+
"prepare": "husky && npm run build",
2525
"watch": "tsc --watch",
2626
"smithery": "npx @smithery/cli dev src/index.ts",
2727
"inspector": "npx @modelcontextprotocol/inspector build/index.js",

0 commit comments

Comments
 (0)