From 59a5fffe1e0e97c7547061d0fa52285b1b36d0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Thu, 30 Nov 2023 11:42:12 +0100 Subject: [PATCH] chore: remove pre commit hooks (#3215) --- .husky/pre-commit | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5a1cb4e67..38594a6b1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" +#. "$(dirname -- "$0")/_/husky.sh" -npm run generate -npx lint-staged +#npm run generate +#npx lint-staged diff --git a/package.json b/package.json index 083b1efd5..c98f903e3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "build:examples.json": "cd example; jest __tests__/dumpExamplesJson.ts", "lint:plugin": "yarn eslint plugin/src/*", "build": "yarn bob build", - "prepare": "yarn bob build && yarn husky install" + "prepare": "yarn bob build" }, "peerDependencies": { "expo": ">=47.0.0",