We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286a8a5 commit 8cfe065Copy full SHA for 8cfe065
netlify.toml
@@ -1,8 +1,6 @@
1
[build]
2
- command = "echo 'no op'"
3
- publish = "public"
4
-
5
- functions = "functions/"
+ command = "yarn run build && cp build/* releases/"
+ publish = "releases"
6
7
[build.environment]
8
YARN_FLAGS = "--frozen-lockfile"
0 commit comments