chore(scripts): added preinstall script
This commit is contained in:
parent
c274d0b3cd
commit
990b81abe7
@ -16,7 +16,8 @@
|
||||
"lint:fix": "eslint . --fix --ext ts --report-unused-disable-directives --max-warnings 0",
|
||||
"lint:staged": "eslint --fix --ext ts --report-unused-disable-directives --max-warnings 0",
|
||||
"lint-staged": "lint-staged",
|
||||
"start:db": "docker compose -f mongo-docker-compose.yml up -d"
|
||||
"start:db": "docker compose -f mongo-docker-compose.yml up -d",
|
||||
"preinstall": "git config core.hooksPath .git-hooks"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user