From 6a7706f7bea3de3588063a38a05db160086eabbb Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Sun, 14 Jun 2026 09:03:39 +0300 Subject: [PATCH] chore: update root lint script to cover both workspaces --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 097cf69..d082181 100644 --- a/package.json +++ b/package.json @@ -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",