@@ -1,6 +1,16 @@
{
"$schema": "https://turbo.build/schema.json",
+ "globalDependencies": [
+ ".env",
+ ".env.*",
+ "tsconfig.json"
+ ],
"pipeline": {
+
+ "clean": {
+ "cache": false
+ },
"@growi/ui#build": {
"dependsOn": ["@growi/core#build"],
"outputs": ["dist/**"],
@@ -129,13 +139,7 @@
},
"test": {
"outputMode": "new-only"
- },
-
- "clean": {
- "cache": false
}
- "globalDependencies": [
- "tsconfig.json"
- ]
+ }