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