feat(make): initial commit
This commit is contained in:
19
tests/deno_doc.jsonc
Normal file
19
tests/deno_doc.jsonc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"tasks": {
|
||||
"make": "deno run --allow-env --allow-read --allow-write=.deno-make.json --allow-run=deno ./mod.ts $0"
|
||||
},
|
||||
"+tasks": {
|
||||
"flags:none": {
|
||||
"task": "deno doc tests/mod.ts"
|
||||
},
|
||||
"flags:options": {
|
||||
"task": "deno doc tests/mod.ts",
|
||||
"deno": {
|
||||
"doc": {
|
||||
"private": true,
|
||||
"json": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user