nuxt / vercel-builder

Vercel Builder for Nuxt
MIT License
645 stars 75 forks source link

feat: add post build script #729

Open EastSun5566 opened 1 year ago

EastSun5566 commented 1 year ago

Hi Nuxtjs Team,

Thank you for the great builder!

One of our commonly required is to send a notification after the main nuxt build is successful in Vercel CI. But the default vercel-build script is run before it so I add a post-vercel-build script run after that to give more control during the build process.