Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maphel committed Sep 4, 2023
1 parent f9277d5 commit cc789e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
node-version: 18
cache: yarn

- name: Clear dist folder
run: rm -rf dist

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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
node-version: 18
cache: yarn

- name: Clear dist folder
run: rm -rf dist

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

Expand Down

0 comments on commit cc789e0

Please sign in to comment.