Remove rnadom script

This commit is contained in:
Andras Schmelczer 2026-05-16 14:21:10 +01:00
commit 20433bd9f0
5 changed files with 936 additions and 250 deletions

View file

@ -30,10 +30,11 @@ jobs:
npx playwright install --with-deps chromium
- name: Lint
run: npm run lint
run: npm run lint:check
- name: Typecheck
run: |
npm run unused:check
npm run typecheck
npm run typecheck:e2e