mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
8 lines
215 B
Text
8 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]"
|
|
}
|