DDeno•Created by Arthurs on 4/18/2025 in #help `deno run --cached-only` downloads stuff anyways
I understood my mistake : I was running those commands through deno task mytask
. The solution was to give my local cache like this DENO_DIR=build/cache deno task mytask
!