(fix): add back --frozen-lockfile
Some checks failed
/ deploy (push) Failing after 40s

This commit is contained in:
Alois 2026-05-02 15:00:39 +02:00
commit b39583b8c4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
- name: Build
run: bun run build:web

View file

@ -15,7 +15,7 @@ jobs:
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
- name: Build
run: bun run build:apps