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",