From bafcdc1b66b76a13372d8951569e0139bc00753e Mon Sep 17 00:00:00 2001 From: M <120020483+VWSCoronaDashboard30@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:00:39 +0200 Subject: [PATCH] task(README): corrected build steps in README --- packages/app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/README.md b/packages/app/README.md index 1ef31b5b9d..04ba38e171 100644 --- a/packages/app/README.md +++ b/packages/app/README.md @@ -78,7 +78,7 @@ NEXT_PUBLIC_COMMIT_ID=__commit_id_placeholder The value doesn't actually matter, so it can be anything. -To build a production version you can run `yarn build`, and after that `yarn start` to +To build a production version you can run `yarn build:app`, and after that `yarn start` to serve the built files. ## Available Scripts