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