dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Compilation and linting errors do not cause building to fail #207

Closed mwistrand closed 7 years ago

mwistrand commented 7 years ago

Bug

If there are linting or TS compiler errors in the source code, running $ dojo build does not fail to compile, allowing type errors and formatting issues to more easily slip through. It would be ideal if both errors resulted in a failed build, at least when not in watch mode.

(dojo/cli-test-intern#31 is a similar issue)