Skip to content

Commit e79c03c

Browse files
authored
Update action.yml
1 parent 55cc76f commit e79c03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
env:
1414
cache-name: prod-build
1515
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
16-
key-2: ${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
16+
key-2: ${{ hashFiles('**/**.[jt]s', '**/**.[jt]sx') }}
1717
key-3: ${{ github.event.pull_request.number || github.ref }}
1818
with:
1919
path: |

0 commit comments

Comments
 (0)