chore: config updates

This commit is contained in:
Haoyu Xu
2025-02-22 18:07:27 +08:00
parent 51d5334d67
commit 4a1b901f25
13 changed files with 205 additions and 104 deletions

View File

@@ -57,10 +57,17 @@
"outputs": ["auto_update/official_info.json"]
},
"update": {
"dependsOn": []
"cache": false
},
"@aklive2d/operator#init": {
"env": ["name", "id"],
"cache": false,
"inputs": ["../official-info/auto_update/official_info.json"],
"outputs": ["config/*.yaml", "config.yaml"]
},
"init": {
"dependsOn": []
"env": ["name", "id"],
"cache": false
},
"lint": {
"cache": false
@@ -89,17 +96,30 @@
"cache": false,
"persistent": true
},
"@aklive2d/assets#download:game": {
"cache": false,
"outputs": ["data/**"]
},
"download:game": {
"cache": false
},
"@aklive2d/wrangler#upload": {
"cache": false,
"inputs": ["data/**"]
},
"upload": {
"cache": false
},
"@aklive2d/wrangler#download:data": {
"cache": false,
"outputs": ["data/**"]
},
"download:data": {
"cache": false
},
"@aklive2d/wrangler#deploy": {
"env": ["CLOUDFLARE_ACCOUNT_ID", "CLOUDFLARE_API_TOKEN"],
"inputs": ["../../dist/**"],
"dependsOn": ["@aklive2d/directory#build"]
},
"deploy": {