diff --git a/turbo.json b/turbo.json index c408b1d8..d8c2c305 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,7 @@ "pipeline": { "build": { "dependsOn": ["^build"], - "outputs": ["dist/**"], + "outputs": ["dist/**", "css/**"], "outputMode": "new-only" }, "tsc": {