test
This commit is contained in:
parent
b61277e94c
commit
707e959967
|
@ -117,7 +117,10 @@
|
||||||
"test:front": "jest --watch",
|
"test:front": "jest --watch",
|
||||||
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
||||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
"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": {
|
"jest": {
|
||||||
"projects": [
|
"projects": [
|
||||||
|
|
Loading…
Reference in New Issue