From 613951cd9ad9e3acef62f7a696c7deeb85fc5a63 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Wed, 27 May 2026 16:38:20 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d5a0fab3cc..2e3fa6bfb6 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ }, "scripts": { "cs": [ - "pint", + "pint --cache-file=.pint.cache", "npm run prettier" ], "pint": "pint --config pint-strict-imports.json --cache-file=.pint.cache",