Skip to content
Snippets Groups Projects
Commit 19877a64 authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

Got rid of vendor/bin/ in scripts so that it works on Windows as well

parent 86d8fc2b
No related branches found
No related tags found
1 merge request!12Got rid of vendor/bin/ in scripts so that it works on Windows as well
Pipeline #33963 passed
......@@ -16,8 +16,8 @@
"@phpstan",
"@test"
],
"phpstan": "vendor/bin/phpstan analyze --no-interaction -l max --error-format compact src",
"test": "vendor/bin/tester src"
"phpstan": "phpstan analyze --no-interaction -l max --error-format compact src",
"test": "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