Skip to content

Commit a9eb0e9

Browse files
committed
warmup cache
1 parent 90a1825 commit a9eb0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"scripts": {
52-
"psalm": "vendor/bin/psalm --show-info=true",
52+
"psalm": "php bin/console.php cache:warmup && vendor/bin/psalm --show-info=true",
5353
"fix-cs": "vendor/bin/php-cs-fixer fix",
5454
"check-cs": "vendor/bin/php-cs-fixer fix --dry-run"
5555
}

0 commit comments

Comments
 (0)