chore(guard): add no-mock regression checks

This commit is contained in:
zetaloop
2026-03-01 22:21:49 +08:00
parent e2671638e6
commit d4e2c13a03
2 changed files with 157 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"format:check": "prettier \"**/*.{ts,tsx,js,jsx,mjs,cjs,json,css,yml,yaml}\" --check",
"check": "pnpm lint && pnpm typecheck && pnpm format:check",
"typecheck": "tsc --noEmit",
"guard:no-mock": "node scripts/guard-no-mock.mjs",
"test": "vitest run",
"test:watch": "vitest"
},