From d2220e7d0ac07a5634c85e0b9d9020f7c18f7d98 Mon Sep 17 00:00:00 2001 From: parisma Date: Tue, 26 Apr 2022 19:03:16 +0800 Subject: [PATCH] =?UTF-8?q?docs(git-cz):=20=E6=B7=BB=E5=8A=A0git-cz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a6b08e7..ead6e806 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "reinstall": "npm run clean:all && npm run bootstrap", "test": "npx lerna run test --scope @tmagic/* --parallel", "test:coverage": "npx lerna run test:coverage --scope @tmagic/* --parallel", - "prepare": "husky install" + "prepare": "husky install", + "commit": "git-cz" }, "engines": { "node": ">=14"