"No changes detected in base directory. Returning early from build."

Is it possible to disable this check in the build process? I have a template which rely on source files outside the base-directory.

1 Like

Hi @jakobrosenberg

It looks like you might have to use the build.ignore field in your netlify.toml file, the command should return an exit-code of 1 indicates the contents have changed

3 Likes

Thank you so much David. That was invaluable! :smiley:

1 Like

One thing that hasn’t been mentioned here, but can be quite effective, is triggering a deploy by manually sending a POST request to a webhook to trigger (ie. using cURL), which you configure in the Build Hooks section of the admin.