diff --git a/sandbox/netlify.toml b/sandbox/netlify.toml index 5f6f2b40e0..c53dc64f23 100644 --- a/sandbox/netlify.toml +++ b/sandbox/netlify.toml @@ -1 +1,5 @@ # Remain empty + +# Ignore so that the build is always processed for the sandbox +[build] + ignore = "exit 1"