Skip to content

Commit

Permalink
chore: move dist files to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 18, 2024
1 parent dda70c3 commit d0d1c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"cov": "deno test --coverage -A",
"lcov": "deno coverage --lcov cov > lcov.info",
"html_cov": "deno coverage --html",
"dist": "deno run -A jsr:@kt3k/pack mod.ts > dist.js",
"min": "deno run -A npm:terser --compress --mangle --toplevel -o dist.min.js -- dist.js",
"size": "deno run --allow-read https://deno.land/x/[email protected]/cli.ts --include-original dist.min.js",
"dist": "deno run -A jsr:@kt3k/pack mod.ts > docs/dist.js",
"min": "deno run -A npm:terser --compress --mangle --toplevel -o docs/dist.min.js -- docs/dist.js",
"size": "deno run --allow-read https://deno.land/x/[email protected]/cli.ts --include-original docs/dist.min.js",
"twd": "deno run -A --allow-read=. --allow-write=style.css --allow-net=deno.land,esm.sh,cdn.esm.sh https://deno.land/x/[email protected]/cli.ts -o style.css index.html",
"twd-w": "deno task twd -- -w",
"start": "deno run --allow-read=. --allow-net=0.0.0.0:8000 deploy.ts"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d0d1c3d

Please sign in to comment.