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:
Fabien Baligand 2018-05-30 15:12:56 +00:00 committed by Jonathan Budzenski
parent 6e16d9c006
commit f9940a44d7
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -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.