From ce1af235e85b91e539ac47b5673010ab939f3f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lichtenth=C3=A4ler?= Date: Mon, 20 Dec 2021 20:06:53 +0100 Subject: [PATCH] chore: add new commit script #115 --- packages/anonymus/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/anonymus/package.json b/packages/anonymus/package.json index 2955ea8..5cfe448 100644 --- a/packages/anonymus/package.json +++ b/packages/anonymus/package.json @@ -10,7 +10,8 @@ "scripts": { "test": "jest", "build": "tsc && gulp", - "prepare": "tsc && gulp" + "prepare": "tsc && gulp", + "commit": "cz" }, "repository": { "type": "git",