chore: restore opt-in all-gates command

This commit is contained in:
Tianyi Cui
2026-07-22 17:42:23 +08:00
parent 08d3895a07
commit 2405570ac8
9 changed files with 22 additions and 12 deletions

View File

@@ -25,6 +25,7 @@
"test:snapshot": "vitest run --config vitest.snapshot.config.ts",
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
"check:all": "tsx scripts/run-gates.ts all",
"check:ci": "tsx scripts/run-gates.ts ci-primary",
"check:ci:static": "tsx scripts/run-gates.ts ci-static",
"check:ci:lint": "tsx scripts/run-gates.ts ci-lint",