🐛 #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
|
||||
==
|
||||
|
||||
[![Electron Logo](https://electron.atom.io/images/electron-logo.svg)](https://electron.atom.io/)
|
||||
|
||||
[![Travis Build Status](https://travis-ci.org/electron/electron.svg?branch=master)](https://travis-ci.org/electron/electron)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -85,6 +85,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 .
|
||||
|
||||
## Tests
|
||||
|
||||
See [Build System Overview: Tests](build-system-overview.md#tests)
|
||||
|
|
|
@ -83,6 +83,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 .
|
||||
|
||||
## Tests
|
||||
|
||||
See [Build System Overview: Tests](build-system-overview.md#tests)
|
||||
|
|
Loading…
Reference in a new issue