Skip to content

Commit

Permalink
Break cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Feb 20, 2023
1 parent 77696cc commit b4241b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
path: |
packages/app/node_modules
key: node-modules-app-${{ hashFiles('package.json', 'packages/app/package-lock.json', 'packages/app/patches/*') }}
key: node-modules-app-${{ hashFiles('package.json', 'packages/app/package.json', 'packages/app/package-lock.json', 'packages/app/patches/*') }}

# Fixes errors due to JSII tsconfig.json not ignoring libs
# node_modules/flatpickr/dist/types/instance.d.ts(37,21): error TS2304: Cannot find name 'Node'.
Expand Down

0 comments on commit b4241b5

Please sign in to comment.