test
Some checks failed
CI / build-and-test (pull_request) Failing after 51s

This commit is contained in:
Tobias Klemp
2025-12-06 01:39:53 +01:00
parent b6f56ae0fc
commit a8ca5b37f8

View File

@@ -19,7 +19,7 @@ jobs:
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Build application - name: Build application
run: bun run build run: bun --bun run build
- name: Run type checking - name: Run type checking
run: bun run check run: bun run check