Commit 1dc2af4e by Lin Wang

feat: execute the detect command line

parent fb2db896
......@@ -6,6 +6,14 @@ async function main() {
...process.env
};
// 运行 bun run detect
await spawn({
cmd: ["bun", "run", "detect"],
env,
stdout: "inherit",
stderr: "inherit"
});
// 运行 bun run task:gsheet
await spawn({
cmd: ["bun", "run", "task:gsheet"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment