forked from GitHubMirrors/silverbullet-icalendar
Update deno.jsonc
Switch to `silverbullet plug:compile`
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"importMap": "import_map.json",
|
"importMap": "import_map.json",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"build": "plugos-bundle --importmap import_map.json hello.plug.yaml",
|
"build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml",
|
||||||
"watch": "plugos-bundle -w --importmap import_map.json hello.plug.yaml"
|
"watch": "silverbullet plug:compile -w --importmap import_map.json hello.plug.yaml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user