mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-12-03 10:08:33 +01:00
remove type check command (#38)
This commit is contained in:
parent
e3a3a0411d
commit
887e802c7b
@ -38,7 +38,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"cs:fix": "php-cs-fixer fix",
|
"cs:fix": "php-cs-fixer fix",
|
||||||
"cs:check": "php-cs-fixer fix --dry-run -vvv",
|
"cs:check": "php-cs-fixer fix --dry-run -vvv",
|
||||||
"type:fix": "psalm --alter --issues=all",
|
|
||||||
"type:check": "psalm",
|
"type:check": "psalm",
|
||||||
"type:coverage": "psalm --shepherd",
|
"type:coverage": "psalm --shepherd",
|
||||||
"test:unit": "phpunit",
|
"test:unit": "phpunit",
|
||||||
|
Loading…
Reference in New Issue
Block a user