You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ yarn start
53
53
We use [storybook](https://storybook.js.org) to document API, edge-cases, and the usage of the library.
54
54
A hosted version is available at [https://elastic.github.io/elastic-charts/storybook][docs].
55
55
56
+
## CI
57
+
We're using the same [build pipeline](https://buildkite.com/elastic/kibana-elastic-charts-build) for building PRs and the main branch. This pipeline is triggered through webhook events hitting the [buildkite-pr-bot](https://github.com/elastic/buildkite-pr-bot). Configuration for the triggered pipelines can be adjusted in [pull-requests.json](./.buildkite/pull-requests.json).
58
+
56
59
## Goals
57
60
58
61
The primary goal of this library is to provide reusable set of chart components that can be used throughout Elastic's web products.
0 commit comments