From ca89fcee0bb8fbd048c9fb9d6adacae84dea3d2a Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Fri, 11 Aug 2023 16:35:51 -0700 Subject: [PATCH] do not build in CI step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ce418..70c6bbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,3 @@ jobs: run: yarn install --frozen-lockfile - name: Run linter 👀 run: yarn lint:check - - name: Run build 🏗 - run: yarn build