Skip to content

Commit a258c9b

Browse files
committed
Revert "build: run clean step"
This reverts commit 058464e.
1 parent 058464e commit a258c9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
node-version-file: '.nvmrc'
2323
cache: 'pnpm'
24-
- run: pnpm clean
2524
- run: pnpm install
2625
- run: pnpm build
2726
env:
@@ -53,7 +52,6 @@ jobs:
5352
with:
5453
node-version-file: '.nvmrc'
5554
cache: 'pnpm'
56-
- run: pnpm clean
5755
- run: pnpm install
5856
- run: pnpm build
5957
env:
@@ -79,7 +77,6 @@ jobs:
7977
with:
8078
node-version-file: '.nvmrc'
8179
cache: 'pnpm'
82-
- run: pnpm clean
8380
- run: pnpm install
8481
- run: pnpm build
8582
env:

0 commit comments

Comments
 (0)