fix: typo
This commit is contained in:
parent
f99b7ef3ea
commit
f16c483ee7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"nodeModulesDir": false,
|
"nodeModulesDir": "auto",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue