refactor: name the all-gates mode check-all

This commit is contained in:
Tianyi Cui
2026-07-22 18:27:31 +08:00
parent 7d58c2f1b8
commit fe273bd9dd
8 changed files with 19 additions and 19 deletions

View File

@@ -29,7 +29,7 @@
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
"test:web": "npm run build:web && vitest run --config vitest.web.config.ts",
"test:gui": "vitest run packages/client packages/host",
"check:all": "tsx scripts/run-gates.ts manual-push",
"check:all": "tsx scripts/run-gates.ts check-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",