🐛 #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
|
@ -1,6 +1,3 @@
|
||||||
Attempting to add full kiosk mode functionality on windows 7
|
|
||||||
==
|
|
||||||
|
|
||||||
[](https://electron.atom.io/)
|
[](https://electron.atom.io/)
|
||||||
|
|
||||||
[](https://travis-ci.org/electron/electron)
|
[](https://travis-ci.org/electron/electron)
|
||||||
|
|
|
@ -117,6 +117,14 @@ To clean the build files:
|
||||||
$ npm run clean
|
$ 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
|
## Troubleshooting
|
||||||
|
|
||||||
### Error While Loading Shared Libraries: libtinfo.so.5
|
### Error While Loading Shared Libraries: libtinfo.so.5
|
||||||
|
|
|
@ -85,6 +85,14 @@ To clean the build files:
|
||||||
$ npm run clean
|
$ 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 .
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
See [Build System Overview: Tests](build-system-overview.md#tests)
|
See [Build System Overview: Tests](build-system-overview.md#tests)
|
||||||
|
|
|
@ -83,6 +83,14 @@ To clean the build files:
|
||||||
$ npm run clean
|
$ 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 .
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
See [Build System Overview: Tests](build-system-overview.md#tests)
|
See [Build System Overview: Tests](build-system-overview.md#tests)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue