Skip to content

Commit 058464e

Browse files
committed
build: run clean step
Signed-off-by: Adam Setch <[email protected]>
1 parent fca0767 commit 058464e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version-file: '.nvmrc'
2323
cache: 'pnpm'
24+
- run: pnpm clean
2425
- run: pnpm install
2526
- run: pnpm build
2627
env:
@@ -52,6 +53,7 @@ jobs:
5253
with:
5354
node-version-file: '.nvmrc'
5455
cache: 'pnpm'
56+
- run: pnpm clean
5557
- run: pnpm install
5658
- run: pnpm build
5759
env:
@@ -77,6 +79,7 @@ jobs:
7779
with:
7880
node-version-file: '.nvmrc'
7981
cache: 'pnpm'
82+
- run: pnpm clean
8083
- run: pnpm install
8184
- run: pnpm build
8285
env:

0 commit comments

Comments
 (0)