mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* [CI] Move kibana-buildkite-library into kibana (#134787)
(cherry picked from commit 0b0b68786a
)
# Conflicts:
# .buildkite/package-lock.json
# .buildkite/package.json
# .buildkite/pipelines/on_merge.yml
# .buildkite/scripts/pipelines/pull_request/pipeline.ts
# .buildkite/scripts/steps/code_coverage/clean_coverage_paths.ts
# .buildkite/scripts/steps/code_coverage/util.sh
# .buildkite/scripts/steps/es_snapshots/promote.sh
# .buildkite/scripts/steps/trigger_pipeline.ts
* Update package-lock.json
5 lines
85 B
JSON
5 lines
85 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "**/*.test.ts",
|
|
"require": "ts-node/register"
|
|
}
|