test(core): avoid duplicate compiled test runs

This commit is contained in:
Aymeric Rabot
2026-07-23 17:38:47 +02:00
parent c42b3f01c9
commit 8715d481ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
"scripts": {
"build": "tsc --build",
"dev": "tsgo --build --watch",
"test": "bun test",
"test": "bun test src",
"bench:registry": "bun run src/registry/__bench__/relations-resolver.bench.ts",
"prepublishOnly": "npm run build"
},