We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8a7bc commit 124ada5Copy full SHA for 124ada5
package.json
@@ -24,7 +24,7 @@
24
"test:watch": "jest --watch",
25
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
26
"ci:lint": "npm run lint && npm run security",
27
- "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
+ "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
28
"ci:test": "npm run test -- --runInBand",
29
"ci:coverage": "npm run test:coverage -- --runInBand",
30
"defaults": "webpack-defaults"
0 commit comments