Skip to content

Commit c72338f

Browse files
authored
Merge pull request #15 from Countly/ar2rsawseen/main
fixing for docker
2 parents 9df0b06 + 2875227 commit c72338f

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
@@ -15,7 +15,7 @@
1515
"test:ci": "vitest run --coverage",
1616
"lint": "eslint . --ext .ts",
1717
"lint:fix": "eslint . --ext .ts --fix",
18-
"prepare": "husky"
18+
"prepare": "[ -d .git ] && husky || echo 'Skipping husky (not a git repository)'"
1919
},
2020
"keywords": [
2121
"mcp",

0 commit comments

Comments
 (0)