chore: manage the repo with task, improve on taskfile

This commit is contained in:
Michele Cereda
2024-11-03 12:55:03 +01:00
parent 032c348fd1
commit bf330beabe
5 changed files with 47 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
{
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2"
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@evilmartians/lefthook": "^1.8.2"
}
}