Skip to content

Commit e8a5197

Browse files
committed
chore(deno.json): be explicit in check task to: deno check src tests
1 parent 9b00c08 commit e8a5197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"tasks": {
88
"dev": "deno run --watch src/index.ts",
9-
"check": "deno check",
9+
"check": "deno check src tests",
1010
"format": "deno fmt",
1111
"lint": "deno lint",
1212
"ci": "deno task check && deno task lint && deno task format --check && deno task coverage",

0 commit comments

Comments
 (0)