We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5a9c8 commit dd56622Copy full SHA for dd56622
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"test:runtime": "bun run test:browser && bun run test:electron",
19
"test:all": "bun run test:unit && bun run test:runtime",
20
"guard:model-derived": "bun scripts/guard-model-derived.mjs",
21
- "guard:hotpath-policy": "node scripts/guard-hotpath-policy.mjs",
+ "guard:hotpath-policy": "bun scripts/guard-hotpath-policy.mjs",
22
"benchmark:dummy": "vitest bench --watch=false tests/benchmarks/DummyEmbedderHotpath.bench.ts",
23
"benchmark:query-latency": "vitest bench --watch=false tests/benchmarks/QueryLatency.bench.ts",
24
"benchmark:storage-overhead": "vitest bench --watch=false tests/benchmarks/StorageOverhead.bench.ts",
0 commit comments