mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
Update deno.jsonc
Switch to `silverbullet plug:compile`
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user