diff --git a/package.json b/package.json index a5f495e3..25216089 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:watch": "jest --watch", "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage", "ci:lint": "npm run lint && npm run security", - "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", + "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}", "ci:test": "npm run test -- --runInBand", "ci:coverage": "npm run test:coverage -- --runInBand", "defaults": "webpack-defaults"