update_lockfile command

This commit is contained in:
SnO2WMaN 2022-06-19 10:46:40 +09:00
parent 89b4f291b1
commit cf53d6eb7a

View file

@ -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"