Skip to content
Snippets Groups Projects
Commit 53fc8f27 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

composer fixed scripts

parent 39418d6c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@
],
"scripts": {
"verify": [
"@phpstan",
"@test"
],
"phpstan": "vendor/bin/phpstan analyze --no-iteraction -l max --error-format compact src",
"test": "vendor/bin/tester src"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment