Skip to content

Commit

Permalink
CI: Recursively clear node modules when building for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jun 21, 2021
1 parent 201165d commit 46b6484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-node-${{ matrix.node }}-npm-cache-${{ hashFiles('**/package-lock.json') }}

- uses: preactjs/compressed-size-action@7d87f60a6b0c7d193b8183ce859ed00b356ea92f # v2.1.0
- uses: preactjs/compressed-size-action@c410a2d186e811ae5a7a9209c3598e9ff64eb82c # v2.1.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{build/**/*.min.js,build/**/*.css}'
clean-script: 'distclean'

0 comments on commit 46b6484

Please sign in to comment.