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
+1 -1
View File
@@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["src/**/*.test.ts", "pi-web-plugins/**/*.test.ts"],
include: ["src/**/*.test.ts", "pi-web-plugins/**/*.test.ts", "scripts/**/*.test.mjs"],
},
});