Skip to content

Commit

Permalink
fix: Fix prepublish step in CI (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jul 4, 2023
1 parent 110cf9d commit ec2902a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
scope: '@aave'
- run: npm ci:clean
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm run ci:test
Expand Down

0 comments on commit ec2902a

Please sign in to comment.