Skip to content

Commit 96bc9f6

Browse files
committed
chore: run commitizen by using commit script
1 parent 3e46482 commit 96bc9f6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.husky/prepare-commit-msg

-5
This file was deleted.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"type-check": "tsc",
1818
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"",
1919
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write",
20-
"postinstall": "husky install"
20+
"postinstall": "husky install",
21+
"commit": "cz"
2122
},
2223
"lint-staged": {
2324
"./src/**/*.{ts,js,jsx,tsx}": [

0 commit comments

Comments
 (0)