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