Compare commits
7 Commits
Author | SHA1 | Date |
---|---|---|
Pablo Natek | ae1e8db346 | |
Pablo Natek | b993c74298 | |
Pablo Natek | 707e959967 | |
Pablo Natek | b61277e94c | |
Pablo Natek | 38d2e6089d | |
Pablo Natek | 8fda12e4cf | |
Pablo Natek | c41bb16477 |
|
@ -116,8 +116,11 @@
|
|||
"test:e2e": "node e2e/tests.js",
|
||||
"test:front": "jest --watch",
|
||||
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
||||
"watch:db": "node ./db/dbWatcher.js",
|
||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
||||
"watch:db": "node ./db/dbWatcher.js"
|
||||
"commitlint": "commitlint --edit",
|
||||
"prepare": "husky install",
|
||||
"addReferenceTag": "node .husky/addReferenceTag.js"
|
||||
},
|
||||
"jest": {
|
||||
"projects": [
|
||||
|
|
Loading…
Reference in New Issue