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