diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100755 new mode 100644 index 36af219892..2312dc587f --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged diff --git a/package.json b/package.json index 9c61e50df1..17d9323b77 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "packages/react-native-polyfills" ], "scripts": { - "prepare": "husky install", + "prepare": "husky", "build": "npm run build --workspaces --if-present", "build:esm": "npm run build:esm --workspaces --if-present", "size": "npm run build && size-limit",