mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 12:25:17 +00:00
update Readme (#4770)
Signed-off-by: Vlad Timofeev <11474041+vlad-timofeev@users.noreply.github.com>
This commit is contained in:
parent
4c55ef48f3
commit
57b15752ba
10
README.md
10
README.md
@ -138,13 +138,17 @@ cd ./dev/tool
|
|||||||
rushx upgrade -f
|
rushx upgrade -f
|
||||||
```
|
```
|
||||||
|
|
||||||
In cases where the project fails to build for any logical reason, try the following steps:
|
## Troubleshooting
|
||||||
|
|
||||||
|
If a build fails, but the code is correct, try to delete the [build cache](https://rushjs.io/pages/maintainer/build_cache/)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rush update
|
# from the project root
|
||||||
rush build --clean
|
rm -rf common/temp/build-cache
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and retry.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
### Unit tests
|
### Unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user