From 6821c670b241b363c7bbad6228dc95227ddcd9ca Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:21:17 -0700 Subject: [PATCH] chore: add commitizen config --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index eab83bd7..a8f0d606 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,11 @@ "webpack-cli": "3.3.12", "webpack-dev-server": "3.11.2" }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, "jest": { "setupFiles": [ "raf/polyfill",