setup-cpp/turbo.json

13 lines
250 B
JSON
Raw Normal View History

2024-08-16 06:55:02 +08:00
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": ["OS", "RUNNER_OS"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**"]
}
},
"ui": "stream"
}