From c12d476778d325c186c5ec25e2c29040603ed387 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 3 Aug 2022 00:16:22 +0200 Subject: [PATCH] chore: remove audit pre push --- lefthook.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 6789e0af..915525f8 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -6,13 +6,6 @@ color: true extends: {} -pre-push: - parallel: true - commands: - packages-audit: - tags: security - run: yarn audit - pre-commit: parallel: true commands: