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!
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!
You can run npm script in parralel using &
operator. Refer to How can I run multiple npm scripts in parallel? for more information.