From c46f4baa49616b3f47d44fa9b16fa60613ebfd6e Mon Sep 17 00:00:00 2001 From: Sam Seay Date: Mon, 3 Oct 2022 11:51:12 +1300 Subject: [PATCH] Remove the pre-commit husky hook (#34916) --- .husky/pre-commit | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 5e592735698..00000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -pnpm exec lint-staged