From 6d45d62c0b5b32c4482d4c7f11d6ba9a12e6b2e9 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 4 May 2025 14:55:30 +0200 Subject: [PATCH] full bun install --- .github/workflows/test_backend.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 983961060..0dd68d762 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -82,9 +82,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: install dependencies - run: | - bun install --frozen-lockfile --production - cd backend && bun add typescript + run: bun install --frozen-lockfile - name: Backend | Typecheck run: bun turbo backend#typecheck backend#build