Mention cleaning on all three platforms
This commit is contained in:
parent
c2c48c4079
commit
a723d17f49
3 changed files with 17 additions and 1 deletions
|
@ -77,6 +77,14 @@ To generate a Visual Studio project, you can pass the `--msvs` parameter:
|
|||
$ python script\bootstrap.py --msvs
|
||||
```
|
||||
|
||||
## Cleaning
|
||||
|
||||
To clean the build files:
|
||||
|
||||
```powershell
|
||||
$ npm run clean
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Test your changes conform to the project coding style using:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue