From 3df61a454c397e170bce746a9afb12a90e5da22c Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 5 Feb 2026 22:10:39 -0800 Subject: [PATCH] =?UTF-8?q?chore(core):=20=F0=9F=94=A7=20Update=20core=20t?= =?UTF-8?q?ooling=20dependencies=20and=20infrastructure=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- turbo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/turbo.json b/turbo.json index ef569d0..5197d55 100644 --- a/turbo.json +++ b/turbo.json @@ -57,6 +57,19 @@ }, "clean": { "cache": false + }, + "validate": { + "outputs": [], + "cache": false + }, + "validate:p0": { + "outputs": [], + "cache": false + }, + "validate:security": { + "dependsOn": ["^build"], + "outputs": [], + "cache": false } } }