diff --git a/turbo.json b/turbo.json index 6688968..2104ebb 100644 --- a/turbo.json +++ b/turbo.json @@ -7,10 +7,6 @@ "outputs": ["./dist/**"] }, "pack": {}, - "publish": {}, - "dev": { - "persistent": true, - "cache": false - } + "publish": {} } }