full bun install

This commit is contained in:
einhornimmond 2025-05-04 14:55:30 +02:00
parent 49d1589038
commit 6d45d62c0b

View File

@ -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