I am trying to understand and use Netlify’s monorepo support. I cannot produce the build.ignore
behavior described in the docs:
An exit-code of
0
indicates that the build should return early.
I’ve setup a PR on my repo to test this with the simplest script possible: exit 0
. Here is a snippet from the logs, where you can see that the build continues after running the build.ignore
command.
6:35:13 AM: Found Netlify configuration file. Overriding site configuration
6:35:13 AM: Detected ignore command in Netlify configuration file. Proceeding with the specified command: 'exit 0'
6:35:13 AM: Starting build script
Netlify instance names: trainervision.netlify.com
and trainervision-amy.netlify.com