From 8dd50f1636bd6c6e1abd825f92a5cfe0d137fea8 Mon Sep 17 00:00:00 2001 From: slumbering Date: Fri, 18 Jun 2021 16:09:47 +0200 Subject: [PATCH] docs: :bug: build devel env with authentication disable Signed-off-by: slumbering --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c18f6d1a..1327a34c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] base = "website/" publish = "build/" - command = "yarn build" + command = "yarn build:withoutAuth" [context.production] # Do not build the site if there's no site-related changes since the last