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": {
|
||||
"build": "vite build"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
export HOME=$TMPDIR
|
||||
|
||||
deno install --lock=deno.lock --frozen-lockfile
|
||||
deno install --lock=deno.lock --frozen-lockfile --offline
|
||||
deno task build
|
||||
|
||||
runHook postBuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue