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