mirror of
https://github.com/denoland/deno.git
synced 2024-12-29 02:29:06 -05:00
14 lines
195 B
Text
14 lines
195 B
Text
|
{
|
||
|
"envs": {
|
||
|
"DENO_FUTURE": "1"
|
||
|
},
|
||
|
"tempDir": true,
|
||
|
"steps": [{
|
||
|
"args": "install",
|
||
|
"output": "install.out"
|
||
|
}, {
|
||
|
"args": "run -A main.js",
|
||
|
"output": "main.out"
|
||
|
}]
|
||
|
}
|