Fixes prod build hashing

https://github.com/actions/cache/issues/1125#issuecomment-1447688501
This commit is contained in:
Omar López
2023-02-28 07:38:28 -07:00
committed by GitHub
parent e018eb9ebe
commit 31599cdd26
+1 -1
View File
@@ -13,7 +13,7 @@ runs:
env:
cache-name: prod-build
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
key-2: ${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
key-2: ${{ hashFiles('**/**.[jt]s', '**/**.[jt]sx') }}
key-3: ${{ github.event.pull_request.number || github.ref }}
with:
path: |