From 21c4edf4e219d2cce19466c772bc3d53c384cc38 Mon Sep 17 00:00:00 2001 From: Sam Seay Date: Fri, 3 Mar 2023 12:43:18 +1300 Subject: [PATCH] Remove the post-checkout hook it was causing too much friction. (#37024) --- .husky/post-checkout | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .husky/post-checkout diff --git a/.husky/post-checkout b/.husky/post-checkout deleted file mode 100755 index 1fd4a5b5941..00000000000 --- a/.husky/post-checkout +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -pnpm install