yarn yarn YARN (#454)

This commit is contained in:
Laurin Quast 2022-10-05 13:43:58 +02:00 committed by GitHub
parent de003e8a99
commit dc78518241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,14 +380,7 @@ jobs:
with:
node-version-file: .node-version
- name: Pull node_modules
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ github.sha }}
- name: Setup Turbo
run: node ./scripts/turborepo-setup.js
- run: yarn --frozen-lockfile
- name: Generate Types
run: yarn graphql:generate