Description
Describe the solution you'd like
We'd like to run the Cypress tests on post build so that we can ensure the files are built correctly. We have recently added some headers in the _headers
file that we'd like to test using cypress. This means that we need to serve the build output using npx netlify dev
. I can see a way to do this in the preBuild
step but not on postBuild
.