6130-commitLint #1792

Merged
pablone merged 31 commits from 6130-commitLint into dev 2024-04-12 11:02:00 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit a0eb6d0399 - Show all commits

View File

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

View File

@ -114,7 +114,8 @@
"test:front": "jest --watch",
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"docker": "docker build --progress=plain -t salix-db ./db"
"docker": "docker build --progress=plain -t salix-db ./db",
"commitlint": "commitlint --edit"
},
"jest": {
"projects": [