Skip to content

Commit

Permalink
v0fix: fixed commitlint script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlansCodeLog committed Jul 9, 2023
1 parent 649320a commit 5700f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:types:fix": "tsc-alias -p tsconfig.types.json --debug",
"lint:eslint": "eslint \"{src,tests,bin}/**/*.{cjs,js,ts}\" \"*.{cjs,js,ts}\" --max-warnings=0 --report-unused-disable-directives",
"lint:types": "tsc --noEmit --pretty",
"lint:commits": "commitlint --from $(git rev-list HEAD --not --remotes | tail -1)^ --to HEAD --verbose",
"lint:commits": "commitlint --from $(git rev-list --max-parents=0 HEAD) --to HEAD --verbose",
"lint:imports": "madge --circular --extensions ts ./src",
"lint": "npm run lint:types && npm run lint:eslint && npm run lint:imports",
"coverage": "vitest --coverage",
Expand Down

0 comments on commit 5700f6c

Please sign in to comment.