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