chore: align task1 spec compliance
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user