소스 검색

fix: :ambulance: fix CI

ThatOneCalculator 1 년 전
부모
커밋
a1d2c4050c
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/format-build-frontend.yaml
  2. BIN
      bun.lockb

+ 1 - 1
.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

BIN
bun.lockb