fix: make root test use pnpm package filtering

This commit is contained in:
2026-03-28 16:58:00 +08:00
parent 6aea5a0912
commit ea567789d7
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
"version": "0.0.0",
"packageManager": "pnpm@10.18.3",
"scripts": {
"test": "pnpm --filter @aiquant/shared test"
"test": "node scripts/workspace-test.mjs"
}
}