From 814e34adea7ea0145fee20f3dbdd34bb3789d4cd Mon Sep 17 00:00:00 2001 From: Dyllon Gunawardhana Date: Mon, 9 Oct 2023 16:52:20 +0800 Subject: [PATCH] Update README.md Co-authored-by: Chan Wen Xu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e40e445..62283688 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repo uses turborepo to manage the monorepo. You can find more information a ## Scripts - `yarn dev`: Run the development servers -- `yard build`: Build the production bundles +- `yarn build`: Build the production bundles - `yarn lint`: Lint the codebase with eslint - `yarn format`: Format the codebase with prettier - `yarn test`: Run unit tests