chore(guard): add no-mock regression checks
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user