0

I would like to check if there are lint errors while angular is generating Browser application bundle and fail if there are errors.

Is that possible? I have used demon to create a watch but thats not what i am looking for... THIS

Thank you!

1 Answers1

0

You can run npm script in parralel using & operator. Refer to How can I run multiple npm scripts in parallel? for more information.

metodribic
  • 1,561
  • 17
  • 27