Skip to content

Commit

Permalink
Merge pull request #9 from zowe/fix/theia-docker-build
Browse files Browse the repository at this point in the history
Don't auto clean @theia/test package
  • Loading branch information
t1m0thyj authored Feb 20, 2024
2 parents dd20d36 + 7a2a8c0 commit 3f7697c
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 3f7697c

Please sign in to comment.