test: husky
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-08-08 13:29:02 +02:00
parent 7ca768582f
commit 1c75c429cc
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"watch:db": "node ./db/dbWatcher.js",
"commitlint": "commitlint --edit",
"prepare": "husky install",
"prepare": "npx husky install",
"addReferenceTag": "node .husky/addReferenceTag.js"
},
"jest": {