diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8eaa565..abce223 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Install dependencies - run: bun install + run: bun ci - name: Build app run: bun --bun run build diff --git a/package.json b/package.json index 62036fc..47b9ec4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build", + "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",