Skip to content

Commit dd56622

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2d5a9c8 commit dd56622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:runtime": "bun run test:browser && bun run test:electron",
1919
"test:all": "bun run test:unit && bun run test:runtime",
2020
"guard:model-derived": "bun scripts/guard-model-derived.mjs",
21-
"guard:hotpath-policy": "node scripts/guard-hotpath-policy.mjs",
21+
"guard:hotpath-policy": "bun scripts/guard-hotpath-policy.mjs",
2222
"benchmark:dummy": "vitest bench --watch=false tests/benchmarks/DummyEmbedderHotpath.bench.ts",
2323
"benchmark:query-latency": "vitest bench --watch=false tests/benchmarks/QueryLatency.bench.ts",
2424
"benchmark:storage-overhead": "vitest bench --watch=false tests/benchmarks/StorageOverhead.bench.ts",

0 commit comments

Comments
 (0)