Update deno.jsonc

Switch to `silverbullet plug:compile`
This commit is contained in:
Zef Hemel
2022-10-29 16:49:46 +02:00
committed by GitHub
parent ac1c1564df
commit 211e9f892c

View File

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