Skip to content

Commit

Permalink
clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
marxeille committed Dec 11, 2024
1 parent b6576df commit 04fb9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,210 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-code-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Checkout to repo
uses: actions/checkout@v3

- name: Clean build folder
run: yarn clean

- name: Install Dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit 04fb9bd

Please sign in to comment.