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 4f0e8c0 commit ac090d5Copy full SHA for ac090d5
package.json
@@ -19,7 +19,8 @@
19
"dxt:build": "npm run clean && npm run build",
20
"dxt:pack": "npm run dxt:build && dxt pack",
21
"dxt:dev": "dxt dev",
22
- "postinstall": "simple-git-hooks"
+ "postinstall": "test -d .git && simple-git-hooks || true",
23
+ "prepare": "test -d .git && simple-git-hooks || true"
24
},
25
"keywords": [
26
"mcp",
0 commit comments