denoland / deployctl

Command line tool for Deno Deploy
https://deno.com/deploy
MIT License
352 stars 58 forks source link

Move away from deprecated `deno bundle` when generating JS files for GitHub Actions #315

Closed magurotuna closed 4 months ago

magurotuna commented 4 months ago

We currently use deno bundle command

https://github.com/denoland/deployctl/blob/0c4210bf4f92fa9f75d41e644623dfb976bef2ae/deno.json#L17

to generate action/deps.js. However this command is deprecated - we need to replace it with some other alternatives like esbuild or swc.