Skip to content

Commit 00485a9

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

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

0 commit comments

Comments
 (0)