Skip to content

Commit

Permalink
build: run clean step
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 27, 2024
1 parent fca0767 commit 058464e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm clean
- run: pnpm install
- run: pnpm build
env:
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm clean
- run: pnpm install
- run: pnpm build
env:
Expand All @@ -77,6 +79,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm clean
- run: pnpm install
- run: pnpm build
env:
Expand Down

0 comments on commit 058464e

Please sign in to comment.