fix: typo

This commit is contained in:
Luka Dekanozishvili 2026-01-28 22:32:27 +01:00
parent f99b7ef3ea
commit f16c483ee7
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"nodeModulesDir": false, "nodeModulesDir": "auto",
"tasks": { "tasks": {
"build": "vite build" "build": "vite build"
} }

View file

@ -44,7 +44,7 @@
export HOME=$TMPDIR export HOME=$TMPDIR
deno install --lock=deno.lock --frozen-lockfile deno install --lock=deno.lock --frozen-lockfile --offline
deno task build deno task build
runHook postBuild runHook postBuild