diff --git a/.github/workflows/format-build-frontend.yaml b/.github/workflows/format-build-frontend.yaml index 3d84d182..65916cf4 100644 --- a/.github/workflows/format-build-frontend.yaml +++ b/.github/workflows/format-build-frontend.yaml @@ -15,7 +15,7 @@ jobs: uses: oven-sh/setup-bun@v1 - run: bun --version - name: Install frontend dependencies - run: bun install --frozen-lockfile + run: bun install - name: Format frontend run: bun run format - name: Build frontend diff --git a/bun.lockb b/bun.lockb index cd3b910a..7768741d 100755 Binary files a/bun.lockb and b/bun.lockb differ