Move build scripts into better places

This commit is contained in:
Jack Kingsman
2026-03-01 18:06:55 -08:00
parent 56d4fa707a
commit 0bde67d66c
7 changed files with 143 additions and 28 deletions

View File

@@ -276,6 +276,14 @@ Do not rely on old class-only layout assumptions.
## Testing
Run all quality checks (backend + frontend, parallelized) from the repo root:
```bash
./scripts/all_quality.sh
```
Or run frontend checks individually:
```bash
cd frontend
npm run test:run