From 15de9aff46f09dc0019ca156d033b22f00a2ff91 Mon Sep 17 00:00:00 2001 From: Brandon Carroll Date: Thu, 4 Apr 2019 20:40:10 -0400 Subject: [PATCH] feat: initial release of matchers --- .travis.yml | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b3160d..c180fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ branches: only: - master install: npm install -script: npm run test +script: npm test jobs: include: - stage: release diff --git a/package.json b/package.json index 19f06fd..ac3d0ad 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,11 @@ "@semantic-release/github" ] }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, "repository": { "type": "git", "url": "git+https://github.com/bcarroll22/jest-native.git"