Files
komodo/action/deploy-fe.ts
T
2025-10-19 12:30:59 -07:00

4 lines
115 B
TypeScript

const cmd = "km run -y action deploy-komodo-fe-change";
new Deno.Command("bash", {
args: ["-c", cmd],
}).spawn();