mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
13 lines
219 B
JSON
13 lines
219 B
JSON
|
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"],
|
||
|
"outputs": ["dist/**", "esm/**", "lib/**"]
|
||
|
},
|
||
|
"ci": {
|
||
|
"dependsOn": ["^ci"]
|
||
|
}
|
||
|
}
|
||
|
}
|