From 8978cbb47f1d58e417c84261b2fd14f2ce43de59 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Wed, 22 Mar 2023 10:20:52 -0700 Subject: [PATCH] docs(Building your first block): changed directory into cloned repository before running yarn --- docs/Developing blocks/2 Building your first block.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Developing blocks/2 Building your first block.md b/docs/Developing blocks/2 Building your first block.md index 24764d8..8a2d197 100644 --- a/docs/Developing blocks/2 Building your first block.md +++ b/docs/Developing blocks/2 Building your first block.md @@ -17,6 +17,7 @@ Finally, clone your newly-created repository, and you're ready to work. ```bash git clone +cd yarn # install dependencies yarn start # start the dev server ```