This commit is contained in:
Pablo Natek 2024-07-26 10:15:53 +02:00
parent b61277e94c
commit 707e959967
1 changed files with 4 additions and 1 deletions

View File

@ -117,7 +117,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",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"commitlint": "commitlint --edit",
"prepare": "husky install",
},
"jest": {
"projects": [