RevolutionUC / revolutionuc-emails

RevolutionUC's transactional and marketing email templates and builder
MIT License
6 stars 6 forks source link

Add `npm run build` to travis ci script #33

Closed noahbass closed 4 years ago

noahbass commented 4 years ago

By default, travis ci runs just npm test. Now, the script runs both npm run build and npm test to ensure that the build is working properly.

Todo in the future: add actual tests to test/ 😄