Skip to content

Commit

Permalink
chore(scripts): update hook initialization to gookme
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Nov 8, 2024
1 parent 7e15069 commit 2a09b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a09b74

Please sign in to comment.