mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add global install of ts-node to cache setup
This commit is contained in:
parent
30fdfa8f66
commit
034ba92f4b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ export FORCE_BOOTSTRAP_REMOTE_CACHE=true
|
|||
|
||||
yarn kbn bootstrap
|
||||
|
||||
npm_install_global ts-node
|
||||
|
||||
for version in $(cat versions.json | jq -r '.versions[].version'); do
|
||||
node scripts/es snapshot --download-only --base-path "$ES_CACHE_DIR" --version "$version"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue