Skip to content

Commit

Permalink
build: run clean
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 ef98d5f commit d0555ed
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
- run: pnpm make:macos --publish onTagOrDraft
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm clean
- run: pnpm install
- run: pnpm build
- run: pnpm make:win --publish onTagOrDraft
Expand All @@ -71,6 +73,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm clean
- run: pnpm install
- run: pnpm build
- run: pnpm make:linux --publish onTagOrDraft
Expand Down

0 comments on commit d0555ed

Please sign in to comment.