⚙️ Update vite build command + workflow

This commit is contained in:
pheralb 2024-10-01 10:53:47 +01:00
parent c964156cc3
commit d9856774e6
2 changed files with 2 additions and 2 deletions

View File

@ -62,4 +62,4 @@ jobs:
run: pnpm install
- name: Build app
run: pnpm build
run: pnpm vite:build

View File

@ -20,7 +20,7 @@
"host": "vite dev --host",
"build": "pnpm run prebuild && vite build",
"prebuild": "cd ./utils/check-size && pnpm install && pnpm run start",
"onlybuild": "vite build",
"vite:build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",