From f586a31868e08698d4663166c322bd8fe6c4ac74 Mon Sep 17 00:00:00 2001 From: Matthieu Morin Date: Tue, 4 Jun 2024 09:51:54 +0200 Subject: [PATCH] npm-run-all not working with package.json config -> .czrc# --- .czrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .czrc diff --git a/.czrc b/.czrc new file mode 100644 index 0000000..17fa2ac --- /dev/null +++ b/.czrc @@ -0,0 +1,3 @@ +{ + "path": "./node_modules/cz-conventional-changelog" +}