refactor: Add check
task
This commit is contained in:
parent
471a05ad6f
commit
6a3697baf1
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
"check": "deno fmt --check && deno lint && deno check .",
|
||||||
"dev": "deno run --allow-net --watch main.ts"
|
"dev": "deno run --allow-net --watch main.ts"
|
||||||
|
},
|
||||||
|
"fmt": {
|
||||||
|
"exclude": [
|
||||||
|
"LICENSE.md"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue