diff --git a/turbo.json b/turbo.json index c4d0706..6688968 100644 --- a/turbo.json +++ b/turbo.json @@ -6,12 +6,8 @@ "inputs": ["./src/**"], "outputs": ["./dist/**"] }, - "pack": { - "dependsOn": ["pack"] - }, - "publish": { - "dependsOn": ["publish"] - }, + "pack": {}, + "publish": {}, "dev": { "persistent": true, "cache": false