Update dependencies and add diagnostics
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s

This commit is contained in:
2026-02-15 17:52:33 -08:00
parent e33be08320
commit c39b869795
2 changed files with 5 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ jobs:
- name: Build Plug
run: |
deno --version
deno task build -- --no-check
ls -lh *.plug.js

View File

@@ -1,8 +1,8 @@
{
"tasks": {
"build": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
"build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
},
"lint": {
"rules": {
@@ -19,7 +19,7 @@
]
},
"imports": {
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^2.3.0",
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.0",
"ts-ics": "npm:ts-ics@2.4.0"
}
}