twilio-labs / actions-sms

Send an SMS through GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minify dist output

dkundel opened this issue · comments

GitHub Actions require all external dependencies to be bundled up. Right now we are using @zeit/ncc for that but we haven't minified the code yet.

We removed ncc currently for some licensing reasons. Once we have bundling back in, this should be added though.