From aa1f440312f4e0337d43712591e45ca99a015231 Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Tue, 25 Apr 2023 23:31:27 +0500 Subject: [PATCH] update readme (#3076) Signed-off-by: Vyacheslav Tumanov --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 65504ff35a..e693807b3b 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ cd ./dev/tool rushx upgrade ``` +In cases when project doesn't build for any logical reason try: + +```bash +rush update +rush build --clean +``` + ## Tests ### Unit tests