Replies: 1 comment 6 replies
-
The
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to specify the lock file so that all tasks (
deno task
) in deno.json will use that lock file automatically?Or at least I can specify it in the command line explicitly for specific task.
For example:
deno --lock=lock.json task build
my config
deno.json
import_map.json
Beta Was this translation helpful? Give feedback.
All reactions