StarterSquad / ngseed

167 stars 48 forks source link

chore(build process): end the process with exit code 1 instead of 0 #40

Closed nikgraf closed 9 years ago

nikgraf commented 9 years ago

This is especially important for CI. Right now if tests fail the build process will run through exiting with 0 & continue deploying.

dmitryevseev commented 9 years ago

@nikgraf I recall now why it was like that - it prevented gulp watch from quitting on error. Of course build is more important. It's needed to fix watch as well.