Skip to content

Commit 205b376

Browse files
committed
chore: reduce lint commit check lowe range from 5 to 1
1 parent ea3f988 commit 205b376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "run-p --max-parallel=${JOBS:-5} --aggregate-output lint:*",
1818
"lint:prettier": "prettier --check \"{lib,test}/**/*.ts\"",
1919
"lint:tslint": "tslint --format stylish \"{lib,test}/**/*.ts\"",
20-
"lint:commit": "commitlint --from=HEAD~5",
20+
"lint:commit": "commitlint --from=HEAD~1",
2121
"format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
2222
"test": "npm run test-jest",
2323
"test-jest": "jest --ci --maxWorkers=3 --logHeapUsage --colors",

0 commit comments

Comments
 (0)