chore: přidat commitizen
This commit is contained in:
parent
f14ca49886
commit
94a5451052
3 changed files with 3725 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,3 +10,5 @@ build/
|
|||
pubspec.lock
|
||||
.env*
|
||||
*.test.dart
|
||||
|
||||
node_modules/
|
3712
package-lock.json
generated
Normal file
3712
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
10
package.json
Normal file
10
package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"cz-conventional-changelog": "^3.3.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue