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

@@ -161,8 +161,14 @@ Run both the backend and `npm run dev` for hot-reloading frontend development.
Please test, lint, format, and quality check your code before PRing or committing. At the least, run a lint + autoformat + pyright check on the backend, and a lint + autoformat on the frontend.
Run everything at once (parallelized):
```bash
./scripts/all_quality.sh
```
<details>
<summary>But how?</summary>
<summary>Or run individual checks</summary>
```bash
# python