From 74ddce89ff338cff4c4345d398f4a7e5c15750d9 Mon Sep 17 00:00:00 2001 From: "moxey.eth" Date: Fri, 16 Feb 2024 12:26:05 +1100 Subject: [PATCH] ci: verify --- .github/workflows/verify.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 79fa7ed6..a92f6d6d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -36,12 +36,6 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-dependencies - - - name: Build - run: bun run build - - - name: Preconstruct - run: bun run preconstruct - name: Check types run: bun run typecheck @@ -61,8 +55,5 @@ jobs: with: node-version: 'latest' - - name: Build - run: bun run build - - name: Run tests run: bun run test \ No newline at end of file