This commit is contained in:
parent
141e116401
commit
62cee3a07a
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue