From 5fc196525b1cddd253465870beaa951c56aa86e2 Mon Sep 17 00:00:00 2001 From: Nathan Zhang Date: Sun, 4 Feb 2024 15:29:05 -0800 Subject: [PATCH] Edited --- .huskyrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.huskyrc.js b/.huskyrc.js index 20ed03c4..12ea11e2 100644 --- a/.huskyrc.js +++ b/.huskyrc.js @@ -2,7 +2,7 @@ module.exports = { hooks: { // you can skip git hooks with --no-verify flag // but make sure you know what you are doing - 'pre-commit': 'yarn lint', - 'pre-push': 'yarn lint' + // 'pre-commit': 'yarn lint', + // 'pre-push': 'yarn lint' } };