-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
environmentOverall working environmentOverall working environmentimprovementImprovements to existing featuresImprovements to existing featuresreleased
Description
Reduce build times by up to 90% with build caching.
// turbo.json
{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "view-dist/**", "out/**"],
"cache": true
},
"test": {
"dependsOn": ["build"],
"outputs": ["coverage/**"],
"cache": true
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
environmentOverall working environmentOverall working environmentimprovementImprovements to existing featuresImprovements to existing featuresreleased
Projects
Status
Done