Skip to content

Commit 53d358f

Browse files
authored
Merge pull request #3736 from github/koesie10/fix-husky-deprecation-warning
Fix Husky install deprecation warning
2 parents ef34b21 + 62096cb commit 53d358f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@
19651965
"generate:chromium-version": "vite-node scripts/generate-chromium-version.ts",
19661966
"check-types": "find . -type f -name \"tsconfig.json\" -not -path \"./node_modules/*\" | sed -r 's|/[^/]+$||' | sort | uniq | xargs -I {} sh -c \"echo Checking types in {} && cd {} && npx tsc --noEmit\"",
19671967
"postinstall": "patch-package",
1968-
"prepare": "cd ../.. && husky install"
1968+
"prepare": "cd ../.. && husky"
19691969
},
19701970
"dependencies": {
19711971
"@floating-ui/react": "^0.26.12",

0 commit comments

Comments
 (0)