anthumchris / opus-stream-decoder

Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
124 stars 21 forks source link

Automated builds with Github actions #15

Closed ghost closed 3 years ago

ghost commented 3 years ago

These changes will automatically build & publish the package under npmjs for every push on the master branch. Note that this will enforce highly usage of local commits or either a 'dev'-like branch to work with, instead of direct commits on the master branch.

I think this will make working with this lib a lot easier, not to mention that the repo will also stay clean without any production generated files on the /dist folder.

If this pull request is accepted, don't forget to create a secret for the repository named "NPM_TOKEN" with a generated token as value that you can get with npm token create

anthumchris commented 3 years ago

Thanks @VitorMac10! At this time, I would not like to change the build or infrastructure since everything seems to be working well and changes are so infrequent.