From 8c509a20d894cdb728c0bc7db8720db04ae25944 Mon Sep 17 00:00:00 2001 From: Michael Wang <44713145+mzywang@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:41:20 -0400 Subject: [PATCH] remove yarn codegen from CI --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3457a330..9e4a998e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,8 +82,5 @@ jobs: - name: Install dependencies run: yarn install - - name: Run GraphQL codegen - run: yarn codegen - - name: Build project run: yarn build