mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
chore: add commitizen config
This commit is contained in:
parent
f12bc93b17
commit
6821c670b2
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@
|
||||||
"webpack-cli": "3.3.12",
|
"webpack-cli": "3.3.12",
|
||||||
"webpack-dev-server": "3.11.2"
|
"webpack-dev-server": "3.11.2"
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "cz-conventional-changelog"
|
||||||
|
}
|
||||||
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"setupFiles": [
|
"setupFiles": [
|
||||||
"raf/polyfill",
|
"raf/polyfill",
|
||||||
|
|
Loading…
Reference in a new issue