mirror of https://github.com/buster-so/buster.git
11 lines
171 B
JSON
11 lines
171 B
JSON
|
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"extends": ["//"],
|
||
|
"tasks": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"],
|
||
|
"outputs": ["dist/**"]
|
||
|
}
|
||
|
}
|
||
|
}
|