Skip to content

Commit

Permalink
chore(eslint): get rid of non-functional cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Oct 13, 2023
1 parent 371bdad commit 14bd123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: actions/cache@v3
name: Setup ESLint cache
with:
path: .eslintcache
key: ${{ runner.os }}-eslint-${{ hashFiles('**/pnpm-lock.yaml', '.eslintignore', '.eslintrc.json', 'tsconfig.json', 'tsconfig.*.json') }}
restore-keys: |
${{ runner.os }}-eslint-
- name: Install dependencies
run: pnpm install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dev": "vitest dev",
"prepack": "pnpm run build",
"test": "vitest run",
"lint": "eslint . --ext .js,.ts --cache",
"lint": "eslint . --ext .js,.ts",
"bt": "pnpm run -s build && pnpm run -s test"
},
"dependencies": {
Expand Down

0 comments on commit 14bd123

Please sign in to comment.