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 ad9f52a commit 62b9198Copy full SHA for 62b9198
deno.json
@@ -11,7 +11,7 @@
11
},
12
"importMap": "import_map.json",
13
"tasks": {
14
- "udd": "udd '*/*.ts' '*.ts'",
+ "udd": " deno run -A https://deno.land/x/udd/main.ts deps.ts '*.ts' '*/*.ts'",
15
"install-udd": "deno install -A -f -n udd https://deno.land/x/[email protected]/main.ts",
16
"fmt": " deno fmt --config deno.json",
17
"test": "deno test --parallel --unstable -A --config deno.json",
0 commit comments