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