ci: Fix CircleCI config.

This commit is contained in:
Dylan Vann 2018-12-30 20:03:33 -05:00
parent 9b7b5ac4e7
commit 1980e472ed
2 changed files with 6 additions and 3 deletions

View File

@ -47,4 +47,5 @@ workflows:
branches:
only:
- master
requires: build_and_test
requires:
- build_and_test

View File

@ -49,7 +49,9 @@
"react": "*",
"react-native": "*"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}