We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0acda commit d2affdeCopy full SHA for d2affde
netlify.toml
@@ -1,2 +1,2 @@
1
[build]
2
- ignore = "exit 0"
+ ignore = "if [[ \"$CONTEXT\" == \"production\" ]]; then exit 0; else exit 1; fi"
0 commit comments