Skip to content

Commit

Permalink
chore: cleanup deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Jun 28, 2024
1 parent 0a4e97f commit ab44ebd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
"tasks": {
"test": "deno test --coverage --fail-fast=1 --allow-env",

"bench": "deno bench --no-check --allow-read --ignore=node --allow-env",
"bench": "deno bench --no-check --allow-read --allow-env",
"bench-nocolor": "NO_COLOR=1 deno task bench",
"bench-colorless": "COLORTERM='' TERM='' deno task bench",

"gen-badges": "deno run -A build/gen_coverage_badge.ts && deno run -A build/gen_bench_badge.ts"
"bench-colorless": "COLORTERM='' TERM='' deno task bench"
},

"compilerOptions": {
Expand Down

0 comments on commit ab44ebd

Please sign in to comment.