feature/pre-commit-checks #5

Merged
ksv741 merged 5 commits from feature/pre-commit-checks into main 2026-06-14 09:11:53 +03:00
Showing only changes of commit 6a7706f7be - Show all commits

View File

@ -13,7 +13,7 @@
"build:frontend": "npm run build -w apps/frontend",
"test:backend": "npm run test -w apps/backend",
"test:frontend": "npm run test -w apps/frontend",
"lint": "npm run lint -w apps/backend",
"lint": "npm run lint -w apps/backend && npm run lint -w apps/frontend",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
"dev:docs": "npm run dev -w apps/docs",