feature/build #1

Merged
Tobi merged 47 commits from feature/build into develop 2026-01-01 18:55:06 +01:00
Showing only changes of commit a8ca5b37f8 - Show all commits

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