From ab80912084e95db3d84c517556e65d22e94737b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:22:07 -0700 Subject: [PATCH] Update DEVELOPER.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- DEVELOPER.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 045fe641f0..299eeed51a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -55,8 +55,7 @@ yarn install Some packages need to be built (transpiled) before they can be used from the app. Do this with the following command: ```sh -cd packages/legacy \ && -yarn run prepare +yarn run build ``` As noted above Bifold requires a mediator to communicate with other Agents. For development purposes, this can be set by creating a `.env` file in the following directory: