Skip to content

Commit

Permalink
contrib docs : add a link to list all "build" options (#19464)
Browse files Browse the repository at this point in the history
* 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 ":"
  • Loading branch information
fbaligand authored and jbudz committed May 30, 2018
1 parent 8a2cdae commit 751b0c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,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 flag. Kibana's development mode will start three processes. Chrome's developer tools can be configured to connect to all three under the connection tab.

Expand Down

0 comments on commit 751b0c1

Please sign in to comment.