mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 01:28:32 +00:00
yarn yarn YARN (#454)
This commit is contained in:
parent
de003e8a99
commit
dc78518241
1 changed files with 1 additions and 8 deletions
9
.github/workflows/cd.yaml
vendored
9
.github/workflows/cd.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue