mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
deno: disable update check
This commit is contained in:
parent
b3ae79aa54
commit
c73c34df95
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ interprets:
|
||||||
extensions: ts
|
extensions: ts
|
||||||
args: [deno, run]
|
args: [deno, run]
|
||||||
|
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
DENO_NO_UPDATE_CHECK: "true"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script: |
|
||||||
# https://github.com/denoland/deno/issues/15596 -- reported fixed in 1.25.3
|
# https://github.com/denoland/deno/issues/15596 -- reported fixed in 1.25.3
|
||||||
|
|
Loading…
Reference in a new issue