feat: disabled turbo cache

This commit is contained in:
Haoyu Xu
2025-11-16 17:05:49 +08:00
parent 2a99186867
commit 23b1bd4feb

View File

@@ -2,6 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"@aklive2d/directory#dev:directory": {
"cache": false,
"inputs": [
"$TURBO_DEFAULT$",
"../../release/**",
@@ -14,6 +15,7 @@
"persistent": true
},
"@aklive2d/directory#build:directory": {
"cache": false,
"inputs": [
"$TURBO_DEFAULT$",
"../../release/**",
@@ -29,6 +31,7 @@
]
},
"@aklive2d/showcase#build:directory": {
"cache": false,
"env": [
"name"
],
@@ -45,6 +48,7 @@
]
},
"@aklive2d/showcase#build": {
"cache": false,
"env": [
"name"
],
@@ -61,6 +65,7 @@
]
},
"@aklive2d/background#build": {
"cache": false,
"inputs": [
"../music/auto_update/music_table.json"
],
@@ -70,6 +75,7 @@
]
},
"@aklive2d/charword-table#build": {
"cache": false,
"env": [
"name"
],
@@ -82,6 +88,7 @@
]
},
"@aklive2d/operator#build": {
"cache": false,
"env": [
"name"
],
@@ -97,6 +104,7 @@
]
},
"@aklive2d/project-json#build": {
"cache": false,
"env": [
"name"
],
@@ -113,6 +121,7 @@
]
},
"@aklive2d/assets#build": {
"cache": false,
"dependsOn": [
"@aklive2d/background#build",
"@aklive2d/charword-table#build",
@@ -124,6 +133,7 @@
]
},
"build": {
"cache": false,
"env": [
"name"
],
@@ -138,6 +148,7 @@
]
},
"build:directory": {
"cache": false,
"env": [
"name"
],