fix: typo
This commit is contained in:
parent
115ed06370
commit
f99b7ef3ea
2 changed files with 8 additions and 5 deletions
7
deno.json
Normal file
7
deno.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"nodeModulesDir": false,
|
||||||
|
"tasks": {
|
||||||
|
"build": "vite build"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -44,11 +44,7 @@
|
||||||
|
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
|
|
||||||
# Cache all deps first (offline build safety)
|
deno install --lock=deno.lock --frozen-lockfile
|
||||||
deno cache --lock=deno.lock --frozen-lockfile \
|
|
||||||
./vite.config.ts
|
|
||||||
|
|
||||||
# SvelteKit build
|
|
||||||
deno task build
|
deno task build
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue