Files
komodo/action/deploy-ui.ts
2026-06-28 23:52:19 -07:00

4 lines
115 B
TypeScript

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