From 9e1035ea3e67b3741f8fd11f3c4f283fb343e969 Mon Sep 17 00:00:00 2001 From: Jacob Homanics Date: Tue, 14 Nov 2023 16:10:34 -0600 Subject: [PATCH] temp fix for Git hooks failure --- .github/workflows/lint.yaml | 4 ++-- .husky/pre-commit | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b8f6c32..0d2b310 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: yarn install --immutable - - name: Run hardhat node, deploy contracts (& generate contracts typescript output) - run: yarn chain & yarn deploy + # - name: Run hardhat node, deploy contracts (& generate contracts typescript output) + # run: yarn chain & yarn deploy - name: Run nextjs lint run: yarn next:lint --max-warnings=0 diff --git a/.husky/pre-commit b/.husky/pre-commit index f7932ef..44d21ba 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -#yarn lint-staged --verbose \ No newline at end of file +yarn lint-staged --verbose \ No newline at end of file