mirror of
https://github.com/denoland/deno.git
synced 2025-01-16 10:54:14 -05:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"steps": [
|
|
{
|
|
// Notice `--unstable-*` flags are not needed anymore
|
|
"args": "run -A --config ../../../config/deno.json main.js",
|
|
"output": "main.out"
|
|
},
|
|
{
|
|
// Notice `--unstable-*` flags are not needed anymore
|
|
"args": "run -A --config ../../../config/deno.json worker.js",
|
|
"output": "main.out"
|
|
}
|
|
]
|
|
}
|