From 2a09b741e19c753cf1da899577dd727bd90dd61b Mon Sep 17 00:00:00 2001 From: nullswan Date: Fri, 8 Nov 2024 16:14:56 +0100 Subject: [PATCH] chore(scripts): update hook initialization to gookme --- install-dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dev.sh b/install-dev.sh index 50d01285..13bff89d 100755 --- a/install-dev.sh +++ b/install-dev.sh @@ -3,8 +3,8 @@ echo "Installing development tools..." yarn -echo "Initializing mookme..." -yarn dlx @escape.tech/mookme init --only-hook --skip-types-selection +echo "Initializing gookme..." +curl https://raw.githubusercontent.com/LMaxence/gookme/refs/heads/main/scripts/install.sh | $(command -v bash || command -v sh || command -v ash) echo "Building GraphQL Armor..." yarn build