Merge pull request 'fix: refs #6130 commit lint' (!2846) from 6130-fix-husky-lint into dev
gitea/salix/pipeline/head There was a failure building this commit Details

Reviewed-on: #2846
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-08-08 10:55:40 +00:00
commit 7ca768582f
1 changed files with 4 additions and 1 deletions

View File

@ -118,7 +118,10 @@
"test:front": "jest --watch",
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"watch:db": "node ./db/dbWatcher.js"
"watch:db": "node ./db/dbWatcher.js",
"commitlint": "commitlint --edit",
"prepare": "husky install",
"addReferenceTag": "node .husky/addReferenceTag.js"
},
"jest": {
"projects": [