From f30fdf41872ae299afef148c0e6f99b8067e4b34 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 26 Jul 2024 09:30:33 -0700 Subject: [PATCH] chore: bust turbo cache if server code has changed --- turbo.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turbo.json b/turbo.json index ab2fa36344b..6c41c76d4b2 100644 --- a/turbo.json +++ b/turbo.json @@ -180,10 +180,12 @@ }, "test": { + "inputs": ["../../packages/diagnostic/server/**"], "outputs": [], "dependsOn": ["build:tests"] }, "test:production": { + "inputs": ["../../packages/diagnostic/server/**"], "outputs": [], "dependsOn": ["build:production"] }