🐛 #8919 - add new command to the docs
This commit is contained in:
parent
713e256843
commit
487a195320
4 changed files with 24 additions and 3 deletions
|
@ -117,6 +117,14 @@ To clean the build files:
|
|||
$ npm run clean
|
||||
```
|
||||
|
||||
To clean only `out` and `dir` directories:
|
||||
|
||||
```bash
|
||||
$ npm run clean-build
|
||||
```
|
||||
|
||||
Note that both commands will require to do run bootstrap again .
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Error While Loading Shared Libraries: libtinfo.so.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue