feature/build #1

Open
Tobi wants to merge 43 commits from feature/build into develop
2 changed files with 4 additions and 2 deletions
Showing only changes of commit b1ab2c02b8 - Show all commits

View File

@@ -15,6 +15,8 @@ jobs:
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.4
- name: Install dependencies
run: bun ci

View File

@@ -8,8 +8,8 @@
"build": "./node_modules/vite/bin/vite.js build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"check": "./node_modules/@sveltejs/kit/svelte-kit.js sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "./node_modules/@sveltejs/kit/svelte-kit.js sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"format:check": "prettier --check",
"lint:check": "oxlint ."