Skip to content

Commit

Permalink
chore(task/test): omit an unnecessary subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 1, 2024
1 parent fd6a576 commit 87c23bf
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 @@ -3,7 +3,7 @@
"cache": "deno cache ./lib/*/*.ts --lock",
"lock": "deno task -q cache --lock-write && git add deno.lock",
"check": "deno check ./*.ts ./lib/*.ts ./test/integration/*.ts",
"test": "NO_COLOR=1 deno test -A --no-check ./lib/*.ts",
"test": "NO_COLOR=1 deno test -A --no-check ./lib",
"all": "deno fmt && deno lint && deno task -q check && deno task lock && deno task -q test",
"integration": "NO_COLOR=1 deno test --no-lock -A ./test/integration/*.ts",
"run": "deno run --allow-env --allow-read --allow-net --allow-write=. --allow-run=git,deno cli.ts",
Expand Down

0 comments on commit 87c23bf

Please sign in to comment.