Run cached installs

Should still be faster. Ensures prisma client is up to date.
This commit is contained in:
zomars 2023-02-28 10:31:51 -07:00
parent 9c794bac1a
commit 29e9bd0ee7

View File

@ -25,7 +25,6 @@ runs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.cache-key }}
- name: Yarn install
shell: bash
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: |
yarn install --prefer-offline --frozen-lockfile
yarn prisma generate