Skip to content

Commit

Permalink
build: Disable broken psalm cache
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Oct 30, 2024
1 parent ac50461 commit 91349b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "find . -name \\*.php -not -path './vendor*/*' -print0 | xargs -0 -n1 php -l",
"test:unit": "phpunit -c tests/phpunit.xml",
"test:integration": "phpunit -c tests/phpunit.integration.xml",
"psalm": "psalm",
"psalm": "psalm --no-cache",
"openapi": "generate-spec"
},
"require-dev": {
Expand Down

0 comments on commit 91349b6

Please sign in to comment.