From c8d712747fe1ef1827f8095135c1fa3785b5cfb4 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 13 Mar 2025 16:09:00 +0100 Subject: [PATCH] chore(github): update integration workflow --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a47d383a..64ba1911 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -81,8 +81,8 @@ jobs: - name: Install dependencies run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT }} - - name: Typecheck - run: pnpm run typecheck + # - name: Typecheck + # run: pnpm run typecheck - name: Build run: pnpm run build \ No newline at end of file