mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +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
|
||||
```
|
||||
|
||||
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
|
||||
rush update
|
||||
rush build --clean
|
||||
# from the project root
|
||||
rm -rf common/temp/build-cache
|
||||
```
|
||||
|
||||
and retry.
|
||||
|
||||
## Tests
|
||||
|
||||
### Unit tests
|
||||
|
Loading…
Reference in New Issue
Block a user