From bce8f701af8b0eadf094e45ef712f47c883de49b Mon Sep 17 00:00:00 2001 From: robby rabbitman Date: Tue, 2 Jul 2024 13:18:55 +0200 Subject: [PATCH] build(tools-commitlint): execute test from root --- tools/commitlint/project.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/commitlint/project.json b/tools/commitlint/project.json index ad97b33..34c30fa 100644 --- a/tools/commitlint/project.json +++ b/tools/commitlint/project.json @@ -12,10 +12,7 @@ } }, "test": { - "command": "bash commitlint.config.spec.bash", - "options": { - "cwd": "{projectRoot}" - } + "command": "bash {projectRoot}/commitlint.config.spec.bash" } } }