From 6d82aac6b41f11422a9af937d85877688944b88b Mon Sep 17 00:00:00 2001 From: Bruce Harrison Date: Wed, 5 Jul 2023 09:25:38 -0500 Subject: [PATCH] rework build order --- turbo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/turbo.json b/turbo.json index ed4a1bd..f06c083 100644 --- a/turbo.json +++ b/turbo.json @@ -27,7 +27,6 @@ ] }, "rollup": { - "dependsOn": ["test"], "inputs": ["src/**", "rollup.config.js"], "outputs": ["dist/**"] },