Skip to content

Commit

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

0 comments on commit a258c9b

Please sign in to comment.