Run cached installs

Should still be faster. Ensures prisma client is up to date.
pull/7438/head
zomars 2023-02-28 10:31:51 -07:00
parent 9c794bac1a
commit 29e9bd0ee7
1 changed files with 0 additions and 1 deletions

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