diff --git a/.circleci/config.yml b/.circleci/config.yml index a276b7d..c7b3861 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,4 +47,5 @@ workflows: branches: only: - master - requires: build_and_test + requires: + - build_and_test diff --git a/package.json b/package.json index 9db668a..0fa3941 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,9 @@ "react": "*", "react-native": "*" }, - "czConfig": { - "path": "node_modules/cz-conventional-changelog" + "config": { + "commitizen": { + "path": "node_modules/cz-conventional-changelog" + } } }