We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dedb1d commit 42752b5Copy full SHA for 42752b5
netlify.toml
@@ -1,6 +1,6 @@
1
# example netlify.toml
2
[build]
3
- command = "cd example && yarn && yarn build"
+ command = "cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
4
functions = "functions"
5
publish = "example/build"
6
0 commit comments