fix: typo
This commit is contained in:
parent
ad93199c6f
commit
a7504294de
1 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,10 @@
|
||||||
|
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
|
|
||||||
deno install --lock=deno.lock --frozen-lockfile -- --offline
|
# deno install --lock=deno.lock --frozen-lockfile -- --offline
|
||||||
|
# deno task build
|
||||||
|
|
||||||
|
deno install
|
||||||
deno task build
|
deno task build
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue