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