We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b1895 commit 9a52df8Copy full SHA for 9a52df8
package.json
@@ -14,7 +14,6 @@
14
"scripts": {
15
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
16
"test:watch": "react-scripts-ts test --env=jsdom",
17
- "cz": "git-cz",
18
"build": "rm -rf dist && tsup src/index.tsx",
19
"prepare": "yarn run build",
20
"predeploy": "cd example && yarn install && yarn run build",
@@ -32,7 +31,6 @@
32
31
"@types/react": "^18.2.45",
33
"@types/react-dom": "^18.2.18",
34
"@types/react-test-renderer": "^18.0.7",
35
- "commitizen": "^2.10.1",
36
"conventional-changelog-cli": "^2.0.5",
37
"conventional-recommended-bump": "^4.0.1",
38
"cross-env": "^5.1.4",
0 commit comments