Add keyless snapshot refresh mode

This commit is contained in:
Tianyi Cui
2026-07-10 00:48:27 +08:00
parent a5c972b7a4
commit 9d2cf8ce82
8 changed files with 278 additions and 43 deletions

View File

@@ -22,6 +22,7 @@
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"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: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",