Skip to content

Commit

Permalink
chore(tasks): shorten test and integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 1, 2024
1 parent fd6a576 commit d1b6442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"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",
"integration": "NO_COLOR=1 deno test --no-lock -A ./test/integration",
"run": "deno run --allow-env --allow-read --allow-net --allow-write=. --allow-run=git,deno cli.ts",
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org --allow-run=git,deno ./cli.ts ./lib/*/*.ts",
"update:commit": "deno task -q update --commit --pre-commit=fmt,lock --prefix 'build(deps):'"
Expand Down

0 comments on commit d1b6442

Please sign in to comment.