Merge pull request #384 from ThatOneCalculator/hotfix/ci

fix: 🚑 fix CI
This commit is contained in:
Timothy Jaeryang Baek 2024-01-04 23:42:37 -05:00 committed by GitHub
commit 395169410b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

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

Binary file not shown.