Revert "chore: run primary CI before push"

This commit is contained in:
Tianyi Cui
2026-07-23 14:02:58 +08:00
committed by GitHub
parent 9c01696a7e
commit c79b34bda5
18 changed files with 37 additions and 132 deletions

View File

@@ -30,7 +30,6 @@
"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 check-all",
"check:pre-push": "tsx scripts/run-gates.ts pre-push",
"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",