diff --git a/turbo.json b/turbo.json index 55b67b2..75a43f8 100644 --- a/turbo.json +++ b/turbo.json @@ -13,6 +13,10 @@ "inputs": ["./src/**"], "outputs": ["./dist/**"] }, + "pack": { + "dependsOn": ["^pack"], + "cache": false + }, "clean:cache": { "cache": false },