Skip to content

Commit 124ada5

Browse files
ci: fix commitlint analyze (webpack-contrib#869)
ci: fix commitlint
1 parent ba8a7bc commit 124ada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:watch": "jest --watch",
2525
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
2626
"ci:lint": "npm run lint && npm run security",
27-
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
27+
"ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
2828
"ci:test": "npm run test -- --runInBand",
2929
"ci:coverage": "npm run test:coverage -- --runInBand",
3030
"defaults": "webpack-defaults"

0 commit comments

Comments
 (0)