Don't be so eager on the quality gate

This commit is contained in:
jkingsman
2026-03-24 09:59:37 -07:00
parent 41400c0528
commit 5225a1c766

View File

@@ -296,9 +296,9 @@ cd frontend
npm run test:run npm run test:run
``` ```
### Before Completing Changes ### Before Completing Major Changes
**Always run `./scripts/all_quality.sh` before finishing any changes that have modified code or tests.** It is the standard repo gate: autofix first, then type checks, tests, and the standard frontend build. This is not necessary for docs-only changes. **Run `./scripts/all_quality.sh` before finishing major changes that have modified code or tests.** It is the standard repo gate: autofix first, then type checks, tests, and the standard frontend build. This is not necessary for docs-only changes. For minor changes (like wording, color, spacing, etc.), wait until prompted to run the quality gate.
## API Summary ## API Summary