diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fdb2b4f58447..2188e39124c61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.