fix: refs #1234 add tags
This commit is contained in:
parent
b993c74298
commit
ae1e8db346
|
@ -119,7 +119,8 @@
|
||||||
"watch:db": "node ./db/dbWatcher.js",
|
"watch:db": "node ./db/dbWatcher.js",
|
||||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
||||||
"commitlint": "commitlint --edit",
|
"commitlint": "commitlint --edit",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install",
|
||||||
|
"addReferenceTag": "node .husky/addReferenceTag.js"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"projects": [
|
"projects": [
|
||||||
|
|
Loading…
Reference in New Issue