18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"version": "2.0.0",
|
|
|
|
"tasks":
|
|
[
|
|
{
|
|
"type": "shell",
|
|
"label": "Build Plugin",
|
|
"command": "rojo build --output GenerateApiDump.rbxm",
|
|
|
|
"group":
|
|
{
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |