From 2390663bfd98940e35f36edb7a4f6fa62b3e999d Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 23 Apr 2024 00:19:28 +0200 Subject: [PATCH] chore(repo): fix repo management --- .lefthook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.lefthook.yml b/.lefthook.yml index 2f7cb2e..2decdc7 100644 --- a/.lefthook.yml +++ b/.lefthook.yml @@ -11,7 +11,7 @@ debug: commands: commitlint-config: glob: '.commitlintrc.js' - run: commitlint --print-config + run: node_modules/.bin/commitlint --print-config pre-flight: parallel: true @@ -102,4 +102,4 @@ commit-msg: lint: &commitlint # No official docker image available for now, falling back to the local # command. - run: commitlint --edit + run: node_modules/.bin/commitlint --edit