We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7709fa commit 416c8aaCopy full SHA for 416c8aa
tests/integration/run-javascript.sh
@@ -11,10 +11,9 @@ if [ ! -d "$CLIENT_DIR" ]; then
11
echo "Installing from branch $BRANCH"
12
git clone -b "$BRANCH" --depth=1 "https://github.com/elastic/elasticsearch-js.git" "$CLIENT_DIR" ||
13
(echo "Branch $BRANCH not found. Cloning main branch." &&
14
- git clone -b "main" --depth=1 "https://github.com/elastic/elasticsearch-js.git" "$CLIENT_DIR")
+ git clone -b "main" --depth=1 "https://github.com/elastic/elasticsearch-js.git" "$CLIENT_DIR")
15
pushd "$CLIENT_DIR"
16
npm install
17
- npm install @types/node@18.11.9 # temporary workaround, see https://github.com/elastic/elasticsearch-js/pull/2374
18
npm run build
19
popd
20
fi
0 commit comments