From aa61bd03a53de2989332e261388b2f7bab5b5c79 Mon Sep 17 00:00:00 2001 From: blackboardd <86866786+blackboardd@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:20:49 -0700 Subject: [PATCH] fix(package.json): removed the sign off portion of the commitizen step I realize that I don't need this because it is better to sign them automatically through gits config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d2366..1d3038a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "scripts": { "build": "tsc", - "cm": "cz commit --signoff", + "cm": "cz", "lint": "eslint --fix --ext .js,.ts,.tsx ./src --ignore-path .gitignore", "prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"", "format": "yarn prettier -- --write",