Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:36:37 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:36:37 +0300
commite4395dc5677d8ccdb3ec90ac89d76814348a07b1 (patch)
tree6f14291c449baf41e0fb8b46f563e372f3890e71
parent9ec5990739cef8b2d15fb07c2d1804ff1ef1ffb1 (diff)
Fix build command
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 3062437..5b73144 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
[build]
- publish = "exampleSite/public"
+ publish = "."
command = "cd .. && cp -r repo bento && cd bento && yarn build:example && echo $PWD && ls && cp -r exampleSite/public ../repo && tree ../repo"
[build.environment]