Fix: Final clean build v0.3.14 with verified mapping and name
All checks were successful
Build SilverBullet Plug / build (push) Successful in 19s

This commit is contained in:
2026-02-17 14:51:47 -08:00
parent 7d690cdb2a
commit 17f6308585
9 changed files with 33 additions and 28 deletions

View File

@@ -1,7 +1,5 @@
FROM denoland/deno:latest
WORKDIR /app
COPY . .
# Explicitly fetch dependencies
RUN deno install
RUN deno task build
CMD ["cat", "icalendar.plug.js"]
RUN deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/2.4.1/plug-compile.js -c deno.json icalendar.plug.yaml
CMD ["cat", "Library/sstent/icalendar.plug.js"]