Files
silverbullet-icalendar/Makefile
sstent 32933f9a34
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
Build: Use local deno in Makefile for CI compatibility
2026-02-17 10:19:20 -08:00

9 lines
216 B
Makefile

# Build the plug using local deno
build:
deno task build
# Helper to build and copy to a local test space (if needed)
deploy-test:
deno task build
mkdir -p test_space/_plug
cp icalendar.plug.js test_space/_plug/