Merge remote-tracking branch 'upstream/main'

pull/7738/head
zomars 2023-02-28 10:53:25 -07:00
commit b40b65e8da
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