update_lockfile command
This commit is contained in:
parent
89b4f291b1
commit
cf53d6eb7a
|
@ -8,3 +8,7 @@ packages = [
|
|||
[[commands]]
|
||||
package = "treefmt"
|
||||
category = "formatter"
|
||||
|
||||
[[commands]]
|
||||
name = "update_lockfile"
|
||||
command = "deno cache --import-map=./import_map.json --lock lock.json --lock-write ./mod.ts"
|
||||
|
|
Loading…
Reference in a new issue