Skip to content

Commit 32b4dac

Browse files
committed
Include runtime server files in deno check scope
1 parent b0f4a23 commit 32b4dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"tasks": {
2424
"test": "deno test",
25-
"check": "deno fmt --check && deno lint && deno check src/*.ts"
25+
"check": "deno fmt --check && deno lint && deno check src/*.ts src/runtime/server/*.ts"
2626
}
2727
}

0 commit comments

Comments
 (0)