Skip to content

Commit

Permalink
chore(deno): format deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Sep 29, 2023
1 parent a504f2a commit cfb024b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"tasks": {
"cache": "deno cache --lock=deno.lock --lock-write ./**/*.ts"
"cache": "deno cache --lock=deno.lock --lock-write ./**/*.ts",
"check": "deno check ./**/*.ts",
"test": "deno test -A --no-check",
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
"dev": "deno fmt && deno task -q check && deno task -q test",
"dev": "deno fmt && deno task -q check && deno task -q test"
},
"exclude": ["dist/"],
"exclude": ["dist/"]
}

0 comments on commit cfb024b

Please sign in to comment.