Skip to content

Commit

Permalink
Deno task の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 3, 2024
1 parent 9fe9218 commit 3ad54e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"lock": false,
"tasks": {
"test": "deno test -A --doc --parallel --shuffle",
"check": "deno check **/*.ts",
"upgrade": "deno run --unstable-kv --allow-env --allow-read --allow-write --allow-run=git,deno --allow-net=jsr.io,api.jsr.io,cdn.jsdelivr.net jsr:@molt/cli@^0.19.1 **/*.ts"
"update": "deno run --allow-env --allow-read --allow-write=. --allow-run=git,deno --allow-net=deno.land,jsr.io,registry.npmjs.org jsr:@molt/cli ./**/*.ts",
"update:commit": "deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
}
}

0 comments on commit 3ad54e0

Please sign in to comment.