Skip to content

Commit 74ef123

Browse files
author
sw-yx
committed
fix mkdir
1 parent 7c0bc59 commit 74ef123

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,6 +1,6 @@
11
# example netlify.toml
22
[build]
3-
command = "cd example && cp public/_redirects dist/_redirects && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
3+
command = "cd example && mkdir dist && cp public/_redirects dist/_redirects && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
44
functions = "example/functions"
55
publish = "example/dist"
66

0 commit comments

Comments
 (0)