Skip to content

Commit

Permalink
add task alias for test:deno
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Sep 26, 2024
1 parent 1db0e99 commit 45922a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"tasks": {
"lint": "deno lint && deno fmt --check",
"fmt": "deno fmt",
"test": "deno task test:deno",
"test:deno": "deno task test:deno-v2",
"test:deno-v1": "deno task test:deno-v2 --doc --ignore=./CHANGELOG.md",
"test:deno-v2": "deno test --allow-run=deno --allow-env --allow-read --allow-write=./ --parallel",
Expand Down

0 comments on commit 45922a2

Please sign in to comment.