mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
2a7c953c62
* chore: adjust workflow and add publish doc --------- Co-authored-by: antv <antv@antfin.com>
14 lines
238 B
JSON
14 lines
238 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", "esm/**", "lib/**"]
|
|
},
|
|
"ci": {
|
|
"dependsOn": ["^ci"]
|
|
},
|
|
"version": {}
|
|
}
|
|
}
|