From 8abfcd910e11898428696991126ccc5f8a36c334 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sun, 4 Aug 2024 17:55:48 -0400 Subject: [PATCH] Chore(dev) Add post-checkout hook --- .husky/post-checkout | 1 + 1 file changed, 1 insertion(+) create mode 100755 .husky/post-checkout diff --git a/.husky/post-checkout b/.husky/post-checkout new file mode 100755 index 000000000..4f67d83f3 --- /dev/null +++ b/.husky/post-checkout @@ -0,0 +1 @@ +yarn install