chore(scripts): added preinstall script

This commit is contained in:
nostrdev-com 2025-04-03 10:43:57 +03:00
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",