Mention cleaning on all three platforms
This commit is contained in:
parent
c2c48c4079
commit
a723d17f49
3 changed files with 17 additions and 1 deletions
|
@ -51,6 +51,14 @@ After building is done, you can find `Electron.app` under `out/D`.
|
|||
Electron can only be built for a 64bit target on macOS and there is no plan to
|
||||
support 32bit macOS in the future.
|
||||
|
||||
## Cleaning
|
||||
|
||||
To clean the build files:
|
||||
|
||||
```bash
|
||||
$ 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