From 9859eb1bfd8e6773a0764599bbe28ccf3ba02bb8 Mon Sep 17 00:00:00 2001 From: Taerim Lee <43867711+ttaerrim@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:07:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README=20command=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 221dcf949..d51884cdc 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,14 @@ $ npm install -w=frontend ```bash $ npm run start:dev -w=backend +$ turbo run start:dev --filter backend + $ npm run dev -w=frontend +$ turbo run dev --filter frontend ``` - 이외 명령어들도 각 app 내의 script 명령어를 root(web17_morak)에서 `npm run -w={workspace}` 형태로 입력하여 실행하면 됩니다. +- turbo scripts를 이용하고 싶을 경우 `turbo.json`에 추가가 필요합니다. ## 팀원