chore: update root lint script to cover both workspaces

This commit is contained in:
Sergey Krylov 2026-06-14 09:03:39 +03:00
parent 515e59600f
commit 6a7706f7be

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",