fix: typo

This commit is contained in:
Luka Dekanozishvili 2026-01-28 22:25:53 +01:00
parent 115ed06370
commit f99b7ef3ea
2 changed files with 8 additions and 5 deletions

View file

@ -44,11 +44,7 @@
export HOME=$TMPDIR
# Cache all deps first (offline build safety)
deno cache --lock=deno.lock --frozen-lockfile \
./vite.config.ts
# SvelteKit build
deno install --lock=deno.lock --frozen-lockfile
deno task build
runHook postBuild