volumio / Volumio2-UI

Volumio2 Web Based User Interface
http://volumio.org
168 stars 164 forks source link

Make it possible for contributors to run deploy.sh before sending PRs #699

Open xipmix opened 4 years ago

xipmix commented 4 years ago

Not sure how this will be received, but it seems useful to enable people to run the same script that CI does before submitting PRs, to make sure it exits cleanly. To be an exact simulation of what CI does it does require the user to have their master tracking branch up to date with upstream's (and the same nodejs version), but it should be close enough to catch silly errors.