Declare a task command; arguments are passed directly without a shell.
tasks: { test: task("pnpm", ["test"], { description: "Run tests" }) } Copy
tasks: { test: task("pnpm", ["test"], { description: "Run tests" }) }
Declare a task command; arguments are passed directly without a shell.