this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deno): update build task, remove dev tasks

+2 -4
+2 -4
deno.json
··· 1 1 { 2 2 "tasks": { 3 - "build": "deno run --allow-env --allow-read --allow-write main.ts build", 4 - "dev": "deno run --allow-env --allow-run --allow-read --allow-write scripts/dev.ts", 5 - "dev:core": "deno run --unstable-broadcast-channel --allow-env --allow-net --allow-read --allow-write --watch main.ts dev ./slides.mdoc", 6 - "dev:runtime": "deno bundle --outdir dist --platform browser runtime/morkdeck.ts" 3 + "build": "deno bundle --platform browser runtime/morkdeck.ts -o dist/morkdeck.js", 4 + "dev": "deno run --allow-env --allow-run --allow-read --allow-write scripts/dev.ts" 7 5 }, 8 6 "compilerOptions": { 9 7 "lib": [