We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83336d0 commit dd019c8Copy full SHA for dd019c8
netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
base = "website"
3
publish = "website/build"
4
- command = "yan && yarn build && cp _redirects ./build"
+ command = "yarn && yarn build && cp _redirects ./build"
5
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
6
7
[build.environment]
0 commit comments