We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae801 commit d2d11c4Copy full SHA for d2d11c4
.ci/make.sh
@@ -166,6 +166,7 @@ else
166
git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
167
mkdir -p /usr/src/elastic-client-generator-js/output && \
168
cd /usr/src/app && \
169
+ npm ls -a && \
170
node .ci/make.mjs --task $TASK ${TASK_ARGS[*]}"
171
fi
172
.dockerignore
@@ -2,6 +2,3 @@ node_modules
2
npm-debug.log
3
.git
4
.nyc_output
5
-lib
6
-junit-output
7
-package-lock.json
0 commit comments