From bbdcecc29ece5af62eea5b5fdc0d3b00aabe7ae1 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 19 Oct 2023 18:48:04 -0700 Subject: [PATCH] psalm: disable cache Signed-off-by: Varun Patil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4f220fc..4a866dcf 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ php-lint: vendor/bin/php-cs-fixer fix psalm: - vendor/bin/psalm + vendor/bin/psalm --no-cache npm-init: npm ci