Skip to content

Commit 9e64f71

Browse files
committed
chore(ci): remove esbuild from apps packages' node_modules along with apps-engine
1 parent 46a9a31 commit 9e64f71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/build-docker/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ runs:
100100
find /tmp/build/bundle/programs/server/npm/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
101101
102102
find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
103+
104+
find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
103105
fi
104106
105107
if [[ "$INPUT_PUBLISH_IMAGE" == 'true' ]]; then

0 commit comments

Comments
 (0)