chore: align task1 spec compliance

This commit is contained in:
2026-03-28 16:34:43 +08:00
parent 50f41a6e22
commit ca5aa0020a
5 changed files with 1150 additions and 11 deletions
-9
View File
@@ -1,9 +0,0 @@
import { spawnSync } from "node:child_process";
const result = spawnSync("pnpm", ["--filter", "@aiquant/shared", "test"], {
cwd: process.cwd(),
stdio: "inherit",
shell: true
});
process.exit(result.status ?? 1);