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:20:23 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-13 01:20:23 +0300
commita1ae260c034ccb3934d403edc4c63404a0922340 (patch)
tree32560d3e3af9b722364a23621481170b82ebecc6
parentd9cac1455869e87cf38d3a5917ff878259a1bfd5 (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 3311e92..1f1e034 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
[build]
- publish = "../bento/public"
+ publish = "public"
command = "cd .. && mv repo bento && cd bento && yarn build:example && echo $PWD"
[build.environment]