From 3752c8dfa6e1c3b4cd43216fcb784502ba7cb965 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Fri, 13 Jan 2023 09:45:32 +0000 Subject: [PATCH] Fix run_documentation.ps1 --- tools/run_documentation.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/run_documentation.ps1 b/tools/run_documentation.ps1 index a3e3a9b8dd..d5459f0d2c 100644 --- a/tools/run_documentation.ps1 +++ b/tools/run_documentation.ps1 @@ -43,4 +43,5 @@ $openpype_root = (Get-Item $script_dir).parent.FullName Set-Location $openpype_root/website -& yarn run start +& yarn install +& yarn start