We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c46a5 commit 1e14568Copy full SHA for 1e14568
.github/build-packages.php
@@ -9,7 +9,7 @@
9
use Symfony\Component\Finder\Finder;
10
11
$finder = (new Finder())
12
- ->in([__DIR__.'/../src/*/'])
+ ->in([__DIR__.'/../src/*/', __DIR__.'/examples/', __DIR__.'/demo/'])
13
->depth(0)
14
->name('composer.json')
15
;
0 commit comments