deploy_feedback
deploy_feedback copied to clipboard
How to run a script on deno deploy with --unstable and --no-check flags?
Hi Deno team,
the title sums it up. I would like to run a script on deno deploy but the build/deployments fails. Locally it only runs with --unstable and --no-check flags. Is there a possibility to run script on deno deploy with these flags.
Kind regards,
Leo
If the deployment is failing, #166 may be involved.