Add "check:all" npm script

This commit is contained in:
Przemek Więch
2026-05-11 19:47:14 +02:00
parent 552ef368be
commit 20efd26262

View File

@@ -98,7 +98,8 @@
"test:e2e:ui": "playwright test --project=e2e --ui", "test:e2e:ui": "playwright test --project=e2e --ui",
"test:visual": "playwright test --project=visual", "test:visual": "playwright test --project=visual",
"test:visual:update": "playwright test --project=visual --update-snapshots", "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": ".", "homepage": ".",
"browserslist": [ "browserslist": [