Files
komodo/action/deploy-fe.ts
mbecker20 7855e9d688 run dkf
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();