From f91a0438c62be88a3c6aac9bab6640c302eabe33 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 18:58:11 +1200 Subject: [PATCH] chore(turbo): include astro file type in test cache input patterns in turbo.json --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 15ddc12..809653c 100644 --- a/turbo.json +++ b/turbo.json @@ -23,7 +23,7 @@ }, "test": { "cache": true, - "inputs": ["**/*.{ts,tsx,js,jsx}"], + "inputs": ["**/*.{ts,tsx,js,jsx,astro}"], "outputs": [] }, "spell": {