docs: 🐛 build devel env with authentication disable

Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
slumbering 2021-06-18 16:09:47 +02:00
parent 5171b1666c
commit 8dd50f1636

View File

@ -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