Archived
perf: scope pre-commit validation
This commit is contained in:
@@ -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 })\"",
|
||||
|
||||
Reference in New Issue
Block a user