test: commit

This commit is contained in:
Pablo Natek 2024-04-05 09:34:10 +02:00
parent a30cc3b660
commit 0004d1da23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"type-enum": [2, "always", ["ci", "chore", "docs", "ticket","feat", "fix", "perf", "refactor", "revert", "style"]]
"type-enum": [2, "always", ["ci", "chore", "docs", "ticket","feat", "fix", "perf", "refactor", "revert", "style", "test"]]
}
}

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm run commitlint ${1}
npx --no-install commitlint --edit