From a8da9641e95b1bf11d05eee21a18e744ddcc4ebc Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Fri, 23 May 2025 09:27:24 +0100 Subject: [PATCH] docs(README): include additional postinstall instruction in README (#4804) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03f5e4b9e..978bd96a8 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ To get started, run: 1. `corepack enable` 1. `yarn` +1. `yarn build:public` 1. `yarn build` After this, you can use the scripts in the individual packages or run them all in dev mode: