From 9990cf936223b9b04951b90311440003e597e2c5 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 12 Apr 2024 20:10:16 +0200 Subject: [PATCH] chore(lefthook): add the 'debug' command --- .lefthook.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.lefthook.yml b/.lefthook.yml index db85112..c994503 100644 --- a/.lefthook.yml +++ b/.lefthook.yml @@ -6,6 +6,13 @@ skip_output: - skips +debug: + parallel: true + commands: + commitlint-config: + glob: '.commitlintrc.js' + run: commitlint --print-config + lint: parallel: true commands: