GlimpseArchive / Glimpse.Client.Prototype

Glimpse v2 Client prototype
MIT License
9 stars 3 forks source link

Update CI build to report errors #86

Closed philliphoff closed 8 years ago

philliphoff commented 8 years ago

I noticed that our CI builds were passing even when errors were being reported by Webpack (e.g. failing to find package definitions because no definitions were installed). This change updates the Gulp build task to check for and propagate errors reported by Webpack. Additionally, the CI configuration was updated to install typings prior to the build, which eliminates the existing (ignored) errors.