Skip to content

Commit

Permalink
Add deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Nov 28, 2023
1 parent 86ad684 commit a771e98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"lock": false,
"fmt": {
"lineWidth": 100
},
"tasks": {
"pre-commit": "deno task fmt && deno task check && deno task test",
"fmt": "deno fmt **/*.ts",
"check": "deno check **/*.ts && deno fmt --check **/*.ts && deno lint",
"test": "deno test -A",
}
}

0 comments on commit a771e98

Please sign in to comment.