diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d42185d..b9f0661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,9 @@ jobs: cache: pnpm - name: Install dependencies run: pnpm install - - name: Build registry artifacts - run: pnpm run registry:build - - name: Generate static output - run: pnpm run generate - name: Lint run: pnpm run lint - name: Typecheck run: pnpm run typecheck + - name: Generate static output + run: pnpm run generate