minimal-setup #2

Open
Tobi wants to merge 40 commits from minimal-setup into develop
Showing only changes of commit a8ca5b37f8 - Show all commits

View File

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