Skip to content

chore(deps): update graphqlcodegenerator monorepo #2379

chore(deps): update graphqlcodegenerator monorepo

chore(deps): update graphqlcodegenerator monorepo #2379

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name:
run: |
yarn install
yarn build
yarn test
cd example
yarn install
yarn build