twilio-labs / actions-sms

Send an SMS through GitHub Actions
MIT License
150 stars 40 forks source link

Minify dist output #2

Open dkundel opened 5 years ago

dkundel commented 5 years ago

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.

dkundel commented 5 years ago

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