more fixes

This commit is contained in:
Andrey Kondratev
2025-08-28 17:42:49 +05:00
parent 8213ca33e2
commit 3c615acaeb
14 changed files with 695 additions and 239 deletions

View File

@@ -15,8 +15,8 @@
"logs": "tail -f server.log",
"lint": "eslint src/ public/ --ext .ts,.js",
"lint:fix": "eslint src/ public/ --ext .ts,.js --fix",
"validate": "npm run lint && npm run build && echo '✅ All checks passed!'",
"pretest": "npm run validate",
"validate": "yarn lint && yarn build && echo '✅ All checks passed!'",
"pretest": "yarn validate",
"docker:build": "docker-compose build",
"docker:up": "docker-compose --env-file .env.docker up -d",
"docker:down": "docker-compose down",