#7864 - 7864_testToMaster_2434 #2867

Merged
jsegarra merged 139 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:22 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 7ca768582f - Show all commits

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": [