forked from GitHubMirrors/silverbullet-icalendar
Update dependencies and add diagnostics
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
|
||||
- name: Build Plug
|
||||
run: |
|
||||
deno --version
|
||||
deno task build -- --no-check
|
||||
ls -lh *.plug.js
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user