Skip to content

Commit

Permalink
chore: add commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslage committed Aug 13, 2023
1 parent d607682 commit f4bb1b5
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 23 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"scripts": {
"clean": "rm -rf build",
"commit": "cz",
"build": "npm run clean && rollup -c",
"build:watch": "npm run clean && rollup -c -w",
"size": "npm run build && size-limit",
Expand All @@ -28,6 +29,11 @@
"limit": "8 KB"
}
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/jeslage/react-pick-color"
Expand Down Expand Up @@ -59,6 +65,8 @@
"@types/react": "^16.9.12",
"@types/tinycolor2": "^1.4.2",
"babel-loader": "^8.0.6",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
Expand Down

0 comments on commit f4bb1b5

Please sign in to comment.