Skip to content

Commit

Permalink
Fix running compiler in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Nov 5, 2020
1 parent 22fef8c commit 3ffdd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Compiler.php
Expand Up @@ -111,7 +111,7 @@ public function compile($pharFile = 'composer.phar')
$finder->files()
->ignoreVCS(true)
->notPath('/\/(composer\.(json|lock)|[A-Z]+\.md|\.gitignore|phpunit\.xml\.dist|phpstan\.neon\.dist|phpstan-config\.neon)$/')
->notPath('/bin\/(jsonlint|validate-json)(\.bat)?$/')
->notPath('/bin\/(jsonlint|validate-json|simple-phpunit)(\.bat)?$/')
->notPath('symfony/debug/Resources/ext/')
->notPath('justinrainbow/json-schema/demo/')
->notPath('justinrainbow/json-schema/dist/')
Expand Down

0 comments on commit 3ffdd67

Please sign in to comment.