fix: active bun build app step
Some checks failed
CI / build-and-test (pull_request) Failing after 40s

This commit is contained in:
2025-12-07 13:41:14 +01:00
parent 2cf4319002
commit a46e55e4fc

View File

@@ -29,8 +29,8 @@ jobs:
# - name: Install dependencies
# run: npm ci
# - name: Build app
# run: npm run build
- name: Build app
run: bun --bun run build
# - name: Run type checking
# run: bun --bun run check