From 7a2a8c07d153434396d31a3dff5edc934daa0dca Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Tue, 20 Feb 2024 15:00:37 -0500 Subject: [PATCH] Don't auto clean @theia/test package Signed-off-by: Timothy Johnson --- ze/theia-slim/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ze/theia-slim/Dockerfile b/ze/theia-slim/Dockerfile index ecf4431..e20b280 100644 --- a/ze/theia-slim/Dockerfile +++ b/ze/theia-slim/Dockerfile @@ -23,6 +23,7 @@ RUN yarn global add node-gyp && \ echo *.ts >> .yarnclean && \ echo *.ts.map >> .yarnclean && \ echo *.spec.* >> .yarnclean && \ + echo "!@theia/test" >> .yarnclean && \ yarn autoclean --force && \ yarn cache clean # Uncomment the following lines to install Zowe Explorer in the container