BKWLD / cloak

Opinionated Nuxt + Craft boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we get Netlify deploys to immediately stop on the first error?

weotch opened this issue · comments

Currently it continues to generate pages, which is wasteful. For example: https://app.netlify.com/sites/papa-and-barkley-cbd/deploys/614cc54645b81f09cb93c5ef

Maybe if I hook into the generate:routeFailed hook and then call process.exit(1)...