Stop nuxt generate if there is an error in render
[issue link]Hi,
I would like to know if I can stop the generation if I have some render errors while I’m doing nuxt generate.
I have a jenkins plan that triggers this generation but even though these render errors appears the plan finishes successfully.
Stefano