From ccd4e02b6a9a388496baba66352688d7c909f904 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:43:41 +0100 Subject: [PATCH] docs(local-development): use `pnpm` instead of `turbo` (#277) --- .../routes/documentation/contributing/local-development.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documentation/src/routes/documentation/contributing/local-development.mdx b/apps/documentation/src/routes/documentation/contributing/local-development.mdx index 69de0fd9..2b46fb23 100644 --- a/apps/documentation/src/routes/documentation/contributing/local-development.mdx +++ b/apps/documentation/src/routes/documentation/contributing/local-development.mdx @@ -61,7 +61,7 @@ You can see which version of yarn we use by checking the `packageManager` field To check that everything is working properly, run: ```sh -turbo run check-all +pnpm run check-all cargo build ``` @@ -70,7 +70,7 @@ cargo build 1. Start tuono frontend build using ```sh - turbo run dev + pnpm run dev ``` 2. In another terminal run