From cf53d6eb7afb07601fc05a9b0bec0a4e3f582993 Mon Sep 17 00:00:00 2001 From: SnO2WMaN Date: Sun, 19 Jun 2022 10:46:40 +0900 Subject: [PATCH] update_lockfile command --- devshell.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devshell.toml b/devshell.toml index a82e37d..908ecfb 100644 --- a/devshell.toml +++ b/devshell.toml @@ -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"