From 20efd2626284579cfb6419f6e79f0df4a5235a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Wi=C4=99ch?= Date: Mon, 11 May 2026 19:47:14 +0200 Subject: [PATCH] Add "check:all" npm script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0974191..c037c76 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,8 @@ "test:e2e:ui": "playwright test --project=e2e --ui", "test:visual": "playwright test --project=visual", "test:visual:update": "playwright test --project=visual --update-snapshots", - "test:visual:ui": "playwright test --project=visual --ui" + "test:visual:ui": "playwright test --project=visual --ui", + "check:all": "prettier --check \"{src,tests}/**/*.{ts,tsx,json}\" && npm run lint && npm run build && npm test && tsc -p tests/tsconfig.json --noEmit && npm run test:e2e && npm run test:visual" }, "homepage": ".", "browserslist": [