diff --git a/.gitpod.yml b/.gitpod.yml index 7f56d691deef24bad327a67099cdd461230286a6..a6b6a1dd5dbaa905d174bc0cc98d267973e2877f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - init: pip install -r ./requirements/docs.txt - command: mkdocs serve + - init: yarn + command: yarn start