From 762323949bcf928480a74695063c71573211e769 Mon Sep 17 00:00:00 2001 From: Daniel Kopp Date: Thu, 10 Nov 2022 22:14:48 +0100 Subject: [PATCH] fix: use file for commitizen config see: https://github.com/mysticatea/npm-run-all/issues/201 and https://github.com/pnpm/pnpm/issues/3275 --- .czrc | 3 +++ package.json | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 .czrc diff --git a/.czrc b/.czrc new file mode 100644 index 00000000..90c38dbd --- /dev/null +++ b/.czrc @@ -0,0 +1,3 @@ +{ + "path": "./node_modules/cz-conventional-changelog" +} diff --git a/package.json b/package.json index 96ea7394..9fd67688 100644 --- a/package.json +++ b/package.json @@ -90,11 +90,6 @@ "tsup": "^5.11.6", "typescript": "^4.5.4" }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, "bugs": { "url": "https://github.com/ducktors/turborepo-remote-cache/issues" },