Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
ci: clear eslint cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 7, 2020
1 parent d87d59b commit 95bb2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: npm ci --no-audit
- name: Test
run: npm test -- --all
- run: rm -rf node_modules/.cache/eslint-loader
- name: Build
env:
EXTEND_ESLINT: true
Expand Down

0 comments on commit 95bb2aa

Please sign in to comment.