Skip to content

Commit 7120525

Browse files
authored
Merge pull request #1903 from contentstack/fix/husky-dependencies-issue
fix: husky dependencies issue
2 parents 75d992b + e7a2897 commit 7120525

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
@@ -19,7 +19,7 @@
1919
"clean-repo": "rm -rf ./package-lock.json ./node_modules ./packages/**/node_modules ./packages/**/.nyc_output ./packages/**/package-lock.json",
2020
"preinstall-clean": "npm run clean-repo && npm cache clean --force && npx pnpm store prune",
2121
"setup-repo": "npm run preinstall-clean && npm i && npm run package-lock-only && npm run clean && pnpm install --no-frozen-lockfile && npm run prepack",
22-
"prepare": "husky && chmod +x .husky/pre-commit"
22+
"prepare": "npx husky && chmod +x .husky/pre-commit"
2323
},
2424
"license": "MIT",
2525
"workspaces": [

0 commit comments

Comments
 (0)