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