Skip to content

Commit

Permalink
Don't auto clean @theia/test package
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed Feb 20, 2024
1 parent dd20d36 commit 7a2a8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ze/theia-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a2a8c0

Please sign in to comment.