We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b00c08 commit e8a5197Copy full SHA for e8a5197
deno.json
@@ -6,7 +6,7 @@
6
},
7
"tasks": {
8
"dev": "deno run --watch src/index.ts",
9
- "check": "deno check",
+ "check": "deno check src tests",
10
"format": "deno fmt",
11
"lint": "deno lint",
12
"ci": "deno task check && deno task lint && deno task format --check && deno task coverage",
0 commit comments