Skip to content

Commit ec2902a

Browse files
authored
fix: Fix prepublish step in CI (#862)
1 parent 110cf9d commit ec2902a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
scope: '@aave'
25+
- run: npm ci:clean
26+
if: ${{ steps.release.outputs.release_created }}
2527
- run: npm ci
2628
if: ${{ steps.release.outputs.release_created }}
2729
- run: npm run ci:test

0 commit comments

Comments
 (0)