Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynethiessen committed Jun 25, 2024
1 parent e2f1d59 commit 0175e79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
# Install dependencies
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
yarn
Expand All @@ -38,7 +37,6 @@ jobs:
yarn build:domain
- name: Force installation of Domain package
if: steps.cache.outputs.cache-hit != 'true'
run: |
yarn --force
Expand Down
3 changes: 1 addition & 2 deletions packages/deploy/docker/server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ ADD packages/server/package.json /app/packages/server
ADD packages/domain/package.json /app/packages/domain

# Install packages
RUN yarn install --prod && \
yarn cache clean
RUN yarn install --prod

# Add built code
ADD packages/domain/dist/ /app/packages/domain
Expand Down

0 comments on commit 0175e79

Please sign in to comment.