From a097f9969663a5ed0c7721dbf490277d6873beb0 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Thu, 20 May 2021 14:37:47 +0200 Subject: [PATCH] fix yarn example --- website/docs/dev_build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/dev_build.md b/website/docs/dev_build.md index 2899dbd754..2c4bd1e9af 100644 --- a/website/docs/dev_build.md +++ b/website/docs/dev_build.md @@ -352,7 +352,8 @@ and [Yarn](https://yarnpkg.com/) to run this script. After executing it, you'll browser window with current OpenPype documentation. Same as: ```shell -./website/yarn start +cd ./website +yarn start ``` ### run_mongo