psalm: disable cache

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-19 18:48:04 -07:00
parent f69765a42a
commit bbdcecc29e
1 changed files with 1 additions and 1 deletions

View File

@ -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