minimal-setup #2

Open
Tobi wants to merge 40 commits from minimal-setup into develop
2 changed files with 1359 additions and 8 deletions
Showing only changes of commit 7a4660e934 - Show all commits

View File

@@ -18,19 +18,22 @@ jobs:
with: with:
node-version: '22' node-version: '22'
- name: Install bun # - name: Install bun
uses: oven-sh/setup-bun@v2 # uses: oven-sh/setup-bun@v2
with: # with:
bun-version: 1.3.3 # bun-version: 1.3.3
# - name: Install dependencies
# run: bun --bun install
- name: Install dependencies - name: Install dependencies
run: bun --bun install run: npm ci
- name: Build app - name: Build app
run: bun --bun run build run: npm run build
- name: Run type checking # - name: Run type checking
run: bun --bun run check # run: bun --bun run check
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest

1348
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff