Skip to content

Commit d2d11c4

Browse files
authored
ci: Unraveling some Docker/Node.js dependency weirdness (#27)
* Drop dockerignore rules * Print dependency graph for debugging purposes
1 parent 49ae801 commit d2d11c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.ci/make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ else
166166
git clone https://$CLIENTS_GITHUB_TOKEN@github.com/elastic/elastic-client-generator-js.git && \
167167
mkdir -p /usr/src/elastic-client-generator-js/output && \
168168
cd /usr/src/app && \
169+
npm ls -a && \
169170
node .ci/make.mjs --task $TASK ${TASK_ARGS[*]}"
170171
fi
171172

.dockerignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ node_modules
22
npm-debug.log
33
.git
44
.nyc_output
5-
lib
6-
junit-output
7-
package-lock.json

0 commit comments

Comments
 (0)