diff --git a/package.json b/package.json index 19ce6d6b807ed..ee7428aec673c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ "// 3": "yarn ng-dev --help", "/ ": "", "preinstall": "node tools/yarn/check-yarn.js", - "postinstall": "husky install && node scripts/webdriver-manager-update.js && node --preserve-symlinks --preserve-symlinks-main ./tools/postinstall-patches.js", + "postinstall": "node scripts/webdriver-manager-update.js && node --preserve-symlinks --preserve-symlinks-main ./tools/postinstall-patches.js", + "prepare": "husky install", "test-ivy-aot": "bazelisk test --config=ivy --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot", "test-non-ivy": "bazelisk test --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only", "test-fixme-ivy-aot": "bazelisk test --config=ivy --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot", @@ -197,7 +198,7 @@ "glob": "7.1.2", "gulp": "^4.0.2", "gulp-conventional-changelog": "^2.0.35", - "husky": "5.0.1", + "husky": "6.0.0", "inquirer": "^7.3.3", "karma-browserstack-launcher": "^1.3.0", "karma-sauce-launcher": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 02ea965bfa25b..c438e14caa4a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8652,10 +8652,10 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" -husky@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.1.tgz#c1b1f2b0da297399e295b6c204b680e45f26feda" - integrity sha512-ZNfMqtluHyMaW795l1jOLGOGSFAyZ6JC8jZj1QkagBmfuxrSFKX+Wrbb9gR+OD8iNJb8JNDpaMtCpE5XnLdHMw== +husky@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" + integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"