mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
b7bbc29704
* refactor: remove g6-plugin-map-view and react-node * refactor: adjust exports * chore: update deps, use turbo to batch build * feat(3d): init g6-extension-3d package * chore: update turbo config * refactor: fix cr issues
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"]
|
|
}
|
|
}
|
|
}
|