mirror of https://github.com/buster-so/buster.git
10 lines
158 B
JSON
10 lines
158 B
JSON
|
{
|
||
|
"extends": ["//"],
|
||
|
"tasks": {
|
||
|
"build:standalone": {
|
||
|
"dependsOn": ["build"],
|
||
|
"outputs": ["dist/buster"],
|
||
|
"cache": false
|
||
|
}
|
||
|
}
|
||
|
}
|