We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f184b + d9984bd commit 16790daCopy full SHA for 16790da
2 files changed
package.json
@@ -30,6 +30,7 @@
30
}
31
},
32
"scripts": {
33
+ "commit": "cz",
34
"dev": "vite",
35
"test": "jest ./src/__test__/Typist.test.tsx",
36
"build:example": "tsc && vite build",
@@ -58,6 +59,8 @@
58
59
"@typescript-eslint/parser": "^5.25.0",
60
"@vitejs/plugin-react": "^1.3.2",
61
"babel-loader": "^8.2.5",
62
+ "commitizen": "^4.2.4",
63
+ "cz-conventional-changelog": "3.3.0",
64
"eslint": "^8.15.0",
65
"eslint-plugin-react": "^7.30.0",
66
"eslint-plugin-react-hooks": "^4.5.0",
@@ -75,5 +78,10 @@
75
78
"peerDependencies": {
76
79
"react": ">=18.0.0"
77
80
- "dependencies": {}
81
+ "dependencies": {},
82
+ "config": {
83
+ "commitizen": {
84
+ "path": "./node_modules/cz-conventional-changelog"
85
+ }
86
87
0 commit comments