Skip to content

Commit 62b9198

Browse files
committed
Update deno.json
1 parent ad9f52a commit 62b9198

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
@@ -11,7 +11,7 @@
1111
},
1212
"importMap": "import_map.json",
1313
"tasks": {
14-
"udd": "udd '*/*.ts' '*.ts'",
14+
"udd": " deno run -A https://deno.land/x/udd/main.ts deps.ts '*.ts' '*/*.ts'",
1515
"install-udd": "deno install -A -f -n udd https://deno.land/x/[email protected]/main.ts",
1616
"fmt": " deno fmt --config deno.json",
1717
"test": "deno test --parallel --unstable -A --config deno.json",

0 commit comments

Comments
 (0)