docs: fix indentation of code blocks in lists (#4091)

This commit is contained in:
Erez Rokah
2020-07-28 19:00:28 +02:00
committed by GitHub
parent 75474897f4
commit 9e4cb1181e
6 changed files with 127 additions and 17 deletions

View File

@ -1,6 +1,6 @@
[build]
base = "website/"
command = "yarn install && yarn build"
command = "yarn install && yarn lint && yarn build"
publish = "dist/"
[build.environment]