Skip to content

Commit dd019c8

Browse files
committed
Fix docs build typo
1 parent 83336d0 commit dd019c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "website"
33
publish = "website/build"
4-
command = "yan && yarn build && cp _redirects ./build"
4+
command = "yarn && yarn build && cp _redirects ./build"
55
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
66

77
[build.environment]

0 commit comments

Comments
 (0)