Skip to content

Commit

Permalink
Merge branch 'main' into github-actions/update-deno
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue authored Feb 29, 2024
2 parents 44b0149 + 7ba6753 commit 5f7a234
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 @@ -5,7 +5,7 @@
"check": "deno check ./*.ts ./lib/*.ts ./test/integration/*.ts",
"test": "NO_COLOR=1 deno test -A --no-check ./lib/*.ts",
"all": "deno fmt && deno lint && deno task -q check && deno task lock && deno task -q test",
"integration": "deno cache --no-lock ./test/integration/*.ts && NO_COLOR=1 deno test --no-lock -A ./test/integration/*.ts",
"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",
"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 5f7a234

Please sign in to comment.