Fix run_documentation.ps1

This commit is contained in:
Toke Jepsen 2023-01-13 09:45:32 +00:00 committed by GitHub
parent 12b51a60dc
commit 3752c8dfa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,4 +43,5 @@ $openpype_root = (Get-Item $script_dir).parent.FullName
Set-Location $openpype_root/website
& yarn run start
& yarn install
& yarn start