diff --git a/turbo.json b/turbo.json index d2e22332..267e0468 100644 --- a/turbo.json +++ b/turbo.json @@ -5,6 +5,9 @@ "cache": false, "persistent": true }, + "build": { + "dependsOn": ["^build"] + }, "next-usequerystate#build": { "outputs": ["dist/**"] },