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:25:40 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:25:40 +0300
commite5d3ac46f980f84b526c70bc92a1d4b6ac6f73b2 (patch)
tree653be66151f2781b6724a88d25ca695e5ff6e372 /netlify.toml
parent334c3603509330288ff767b08d61eba18ac0b714 (diff)
Fix build command
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 76d5394..6d3fff5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
[build]
- publish = "public"
+ publish = "exampleSite/public"
command = "cd .. && cp -r repo bento && cd bento && yarn build:example && echo $PWD && ls && cp -r public ../repo"
[build.environment]