mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
10 lines
139 B
Text
10 lines
139 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "run --unstable-npm-lazy-caching -A main.ts",
|
||
|
"output": "main.out"
|
||
|
}
|
||
|
]
|
||
|
}
|