Skip to content

Commit

Permalink
fix(package.json): removed the sign off portion of the commitizen step
Browse files Browse the repository at this point in the history
I realize that I don't need this because it is better to sign them automatically through gits config
  • Loading branch information
vantaboard committed Oct 7, 2021
1 parent d15faf5 commit aa61bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aa61bd0

Please sign in to comment.