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 5a08179 commit a93b496Copy full SHA for a93b496
package.json
@@ -19,8 +19,8 @@
19
"dxt:build": "tsup",
20
"dxt:pack": "npm run dxt:build && dxt pack",
21
"dxt:dev": "dxt dev",
22
- "postinstall": "test -d .git && simple-git-hooks || true",
23
- "prepare": "test -d .git && simple-git-hooks || true"
+ "postinstall": "node -e \"try { require('fs').existsSync('.git') && require('simple-git-hooks')() } catch(e) {}\"",
+ "prepare": "node -e \"try { require('fs').existsSync('.git') && require('simple-git-hooks')() } catch(e) {}\""
24
},
25
"keywords": [
26
"mcp",
0 commit comments