Skip to content

Commit

Permalink
fix(cd): don't use --immutable-cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Nov 29, 2023
1 parent 04e781f commit eb34b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
yarn install --immutable --immutable-cache
yarn install --immutable
VITE_MODE=production yarn build
- name: Deploy to production
uses: cloudflare/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
yarn install --immutable --immutable-cache
yarn install --immutable
VITE_MODE=staging yarn build
- name: Deploy to production
uses: cloudflare/[email protected]
Expand Down

0 comments on commit eb34b0a

Please sign in to comment.