Skip to content

Commit

Permalink
fix: add install step after yarn clean
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 16, 2024
1 parent a267936 commit 4bd07d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ jobs:
- name: Clean
run: yarn clean

- name: Install dependencies
run: yarn install --immutable

- name: Build all packages and apps
run: yarn build
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Clean
run: yarn clean

- name: Install dependencies
run: yarn install --immutable

- name: Build all packages and apps
run: yarn build

Expand Down

0 comments on commit 4bd07d1

Please sign in to comment.