Optimize build/lint perf

This commit is contained in:
Jack Kingsman
2026-02-28 16:21:52 -08:00
parent 365728be02
commit 0ad17c8d1f
5 changed files with 33 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ PYTHONPATH=. uv run pytest tests/ -v # test python
cd frontend/ # move to frontend directory
npm run lint:fix # fix lint violations
npm run format # format the code
npm run test:run # run frontend tests
npm run build # run a frontend build
```