1
0
Fork 0

actually checking if this is a chache restore issue

This commit is contained in:
Enoch Riese 2023-04-25 23:26:31 -04:00
parent d7e06120ea
commit a5be23eabd

View file

@ -67,7 +67,6 @@ jobs:
path: node_modules
key: node_modules-${{ hashFiles('yarn.lock') }}
- name: Check execa version
if: steps.diff.outputs.files && steps.cache_node_modules.outputs.cache-hit != 'true'
run: yarn list --pattern execa
- name: Prebuild i18n
run: yarn i18n-only