diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index abce223..799e844 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 47b9ec4..f554240 100644 --- a/package.json +++ b/package.json @@ -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 ."