Skip to content

Commit

Permalink
chore: run commitlint at end of lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 24, 2024
1 parent 89161f7 commit e64934d
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 @@ -12,7 +12,7 @@
"scripts": {
"dev": "tsup --clean --watch --sourcemap",
"build": "tsup --clean",
"lint": "tsc && prettier -c -u src docs *.ts *.json",
"lint": "tsc && prettier -c -u src docs *.ts *.json && pnpm dlx commitlint --from $(git describe --tags --abbrev=0)",
"format": "prettier --write -u src docs *.ts *.json",
"test": "vitest run --coverage",
"docs:install": "pnpm add [email protected] [email protected] -D",
Expand Down

0 comments on commit e64934d

Please sign in to comment.