1
0
mirror of synced 2025-12-30 12:02:01 -05:00

alias ES script into npm script (#48628)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Evan Bonsignori
2024-01-09 13:06:15 -08:00
committed by GitHub
parent 9179e37c0d
commit e33f13b682
4 changed files with 5 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ jobs:
# not exist.
VERSION: ${{ inputs.version }}
run: |
./src/search/scripts/index-elasticsearch.js /tmp/records \
npm run index-elasticsearch -- /tmp/records \
--language ${{ matrix.language }} \
--stagger-seconds 5 \
--retries 5

View File

@@ -103,7 +103,7 @@ jobs:
- name: Index into Elasticsearch
run: |
./src/search/scripts/index-elasticsearch.js /tmp/records \
npm run index-elasticsearch -- /tmp/records \
--language en \
--version dotcom