Skip to content

Commit

Permalink
chore: clean yarn cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Apr 8, 2024
1 parent 5ae05bb commit e1370ff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ FROM base as ci

COPY --link package.json yarn.lock .yarnrc.yml ./
RUN set -eux; \
yarn

RUN set -eux; \
yarn cache clean
yarn && yarn cache clean

# copy sources
COPY --link . ./
Expand All @@ -42,5 +39,3 @@ RUN set -eux; \
yarn playwright install --with-deps

CMD ["sh", "-c", "yarn storybook:build && yarn storybook:serve -p 3000"]
# CMD ["sh", "-c", "yarn && yarn playwright install --with-deps && yarn storybook:build && yarn storybook:serve -p 3000"]
# CMD ["sh", "-c", "yarn storybook;"]

0 comments on commit e1370ff

Please sign in to comment.