psalm: fix caching

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-14 16:10:50 -07:00
parent fe6205aea6
commit 568e10d999
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ php-lint:
vendor/bin/php-cs-fixer fix vendor/bin/php-cs-fixer fix
psalm: psalm:
vendor/bin/psalm lib vendor/bin/psalm
npm-init: npm-init:
npm ci npm ci

View File

@ -6,7 +6,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config" xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
cacheDirectory=".cache/psalm" cacheDirectory=".cache/psalm-ls"
> >
<!-- <!--
Duplication is due to differences in language server and CLI Duplication is due to differences in language server and CLI