Skip to content

Commit 8cfe065

Browse files
authored
chore: fix netlify.toml
1 parent 286a8a5 commit 8cfe065

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

netlify.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[build]
2-
command = "echo 'no op'"
3-
publish = "public"
4-
5-
functions = "functions/"
2+
command = "yarn run build && cp build/* releases/"
3+
publish = "releases"
64

75
[build.environment]
86
YARN_FLAGS = "--frozen-lockfile"

0 commit comments

Comments
 (0)