We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110cf9d commit ec2902aCopy full SHA for ec2902a
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
scope: '@aave'
25
+ - run: npm ci:clean
26
+ if: ${{ steps.release.outputs.release_created }}
27
- run: npm ci
28
if: ${{ steps.release.outputs.release_created }}
29
- run: npm run ci:test
0 commit comments