From 211e9f892c53ab26d77a58db6e58850d23bdb80c Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 29 Oct 2022 16:49:46 +0200 Subject: [PATCH] Update deno.jsonc Switch to `silverbullet plug:compile` --- deno.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index a7e616b..9fff6c6 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,7 +1,7 @@ { "importMap": "import_map.json", "tasks": { - "build": "plugos-bundle --importmap import_map.json hello.plug.yaml", - "watch": "plugos-bundle -w --importmap import_map.json hello.plug.yaml" + "build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml", + "watch": "silverbullet plug:compile -w --importmap import_map.json hello.plug.yaml" } }