mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
contrib docs : add a link to list all "build" options (#19464)
* contrib docs : add a link to list all "build" options * list build options using "yarn build --help" command * add bash code block * remove space before ":"
This commit is contained in:
parent
6e16d9c006
commit
f9940a44d7
1 changed files with 6 additions and 0 deletions
|
@ -263,6 +263,12 @@ Once that's done, just run:
|
|||
yarn test && yarn build --skip-os-packages
|
||||
```
|
||||
|
||||
You can get all build options using the following command:
|
||||
|
||||
```bash
|
||||
yarn build --help
|
||||
```
|
||||
|
||||
### Debugging Server Code
|
||||
`yarn debug` will start the server with Node's inspect and debug-brk flags. Kibana's development mode will start three processes. Chrome's developer tools can be configured to connect to all three under the connection tab.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue