mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-08 16:48:15 +08:00
14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"$schema": "./schemas/turbo.schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"inputs": ["src/**"],
|
|
"outputs": ["lib/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"@base/debug#build": {
|
|
"outputs": ["lib/**"],
|
|
"cache": false
|
|
}
|
|
}
|
|
} |