From c73b4c35e0a7d7a29a8db86dacb35920d1b692bc Mon Sep 17 00:00:00 2001 From: UserSbondorf Date: Mon, 1 Dec 2025 00:38:07 +0300 Subject: [PATCH] docs(readme): clarify yarn workspace usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa3d4fc42e..f37537636d5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ yarn build To start a development server on localhost, run `yarn workspace @app/ dev`. For example, to start the `web` app locally, you would run `yarn workspace @app/web dev`. +Run all workspace commands from the repository root so that Yarn can correctly resolve the workspaces. ## Projects