Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 95c30af

Browse files
committed
Update action.yml
1 parent e56d8a7 commit 95c30af

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('apps/**/**.[jt]s', 'apps/**/**.[jt]sx', 'packages/**/**.[jt]s', 'packages/**/**.[jt]sx') }}
1717
key-3: ${{ github.event.pull_request.number || github.ref }}
1818
with:
1919
path: |

0 commit comments

Comments
 (0)