We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3f988 commit 205b376Copy full SHA for 205b376
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"lint": "run-p --max-parallel=${JOBS:-5} --aggregate-output lint:*",
18
"lint:prettier": "prettier --check \"{lib,test}/**/*.ts\"",
19
"lint:tslint": "tslint --format stylish \"{lib,test}/**/*.ts\"",
20
- "lint:commit": "commitlint --from=HEAD~5",
+ "lint:commit": "commitlint --from=HEAD~1",
21
"format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
22
"test": "npm run test-jest",
23
"test-jest": "jest --ci --maxWorkers=3 --logHeapUsage --colors",
0 commit comments