ci: Fix CircleCI config.
This commit is contained in:
parent
9b7b5ac4e7
commit
1980e472ed
|
@ -47,4 +47,5 @@ workflows:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
requires: build_and_test
|
||||
requires:
|
||||
- build_and_test
|
||||
|
|
|
@ -49,7 +49,9 @@
|
|||
"react": "*",
|
||||
"react-native": "*"
|
||||
},
|
||||
"czConfig": {
|
||||
"path": "node_modules/cz-conventional-changelog"
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue