diff --git a/turbo.json b/turbo.json index 2be9aef..9038351 100644 --- a/turbo.json +++ b/turbo.json @@ -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" ],