perf: scope pre-commit validation

This commit is contained in:
Pi Web Agent
2026-07-12 17:20:53 +00:00
parent 338faf4b81
commit 205bda3480
5 changed files with 313 additions and 3 deletions
+2
View File
@@ -35,10 +35,12 @@
"build:plugins": "tsc -p tsconfig.plugins.json && node scripts/build-plugins.mjs",
"capture:screenshots": "node scripts/capture-screenshots.mjs",
"typecheck": "tsc --noEmit",
"typecheck:cached": "tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/pi-web/typecheck.tsbuildinfo",
"knip": "knip",
"lint": "eslint \"src/**/*.ts\" \"extensions/**/*.ts\" \"pi-web-plugins/**/*.ts\" vite.config.ts vitest.config.ts",
"test": "vitest run --config vitest.config.ts",
"verify": "npm run typecheck && npm run lint && npm run knip && npm test",
"verify:staged": "node scripts/verify-staged.mjs",
"start": "tsx src/server/index.ts",
"start:sessiond": "tsx src/server/sessiond.ts",
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",