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",