Update action.yml
parent
de3ec8b5d8
commit
c1d6937f4c
|
@ -13,7 +13,7 @@ runs:
|
|||
env:
|
||||
cache-name: prod-build
|
||||
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
|
||||
key-2: ${{ hashFiles('apps/**.[jt]sx?', 'packages/**.[jt]sx?') }}
|
||||
key-2: ${{ hashFiles('apps/**/**.[jt]s', 'apps/**/**.[jt]sx', 'packages/**/**.[jt]s', 'packages/**/**.[jt]sx') }}
|
||||
key-3: ${{ github.event.pull_request.number || github.ref }}
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in New Issue