From a0875fe09c599774fb564f5a493673999765f4f7 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Thu, 14 Sep 2023 18:50:19 +0200 Subject: [PATCH] Remove husky (#638) --- .gitignore | 3 ++- .husky/pre-push | 5 ----- package.json | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 .husky/pre-push diff --git a/.gitignore b/.gitignore index b65c3b2bc..28ee0f130 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ build/ .vscode/ yarn-error.log .DS_Store -generated/ \ No newline at end of file +generated/ +.husky/ \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index eebac127f..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn api:check -yarn test diff --git a/package.json b/package.json index 55d6a5be9..031770d43 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "license": "Apache-2.0", "author": "LiveKit", "scripts": { - "prepare": "husky install", "build": "turbo run build", "build:core": "turbo run build --filter=@livekit/components-core...", "build:next": "turbo run build --filter=@livekit/component-example-next...",