Skip to content

Commit

Permalink
fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 22, 2024
1 parent 3481e92 commit 5bb6c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "deno lint && deno fmt --check",
"fmt": "deno fmt",
"test:deno": "deno test --doc --allow-run=deno --allow-env --allow-read --allow-write=./ --ignore=./CHANGELOG.md --parallel",
"run": "deno run ./tasks/run_script.ts",
"run": "deno run -A ./tasks/run_script.ts",
"test:node": "deno task run test:node",
"test:bun": "bun test",
"coverage:deno": "deno task test:deno --coverage=./dist/coverage/result $COVERAGE_FILES && deno coverage --lcov ./dist/coverage/result > ./dist/coverage/cov.lcov",
Expand Down

0 comments on commit 5bb6c03

Please sign in to comment.