mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
9 lines
215 B
Text
9 lines
215 B
Text
|
{
|
||
|
// signals don't really exist on windows
|
||
|
"if": "unix",
|
||
|
// this runs a deno task
|
||
|
"args": "run -A --check sender.ts",
|
||
|
// just ensure this doesn't hang and completes successfully
|
||
|
"output": "[WILDCARD]"
|
||
|
}
|