test
This commit is contained in:
parent
707e959967
commit
b993c74298
|
@ -116,11 +116,10 @@
|
|||
"test:e2e": "node e2e/tests.js",
|
||||
"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",
|
||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
||||
"commitlint": "commitlint --edit",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"jest": {
|
||||
"projects": [
|
||||
|
|
Loading…
Reference in New Issue