andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

Generate UMD pre-commit #98

Open andrewn opened 6 years ago

andrewn commented 6 years ago

Adds a pre-commit hook installed at the top-level (so only in development) with husky to generate the UMD bundle for the shared websocket library and automatically add it to the commit.

One wrinkle, this is currently generated on every commit to this repo. It won't make a difference if the index.js hasn't changed by will take a little time.