mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
Fix missing dependencies on first load
This commit is contained in:
parent
f2e95f2b07
commit
43f27371e2
3 changed files with 14 additions and 0 deletions
|
@ -60,6 +60,10 @@ final class BuildConfigurationCommand extends Command
|
|||
$this->filesystem->dumpFile("{$outputDir}/phpcs.xml.dist", $this->twig->render('phpcs.xml.twig', $configurationData));
|
||||
$this->filesystem->dumpFile("{$outputDir}/phpstan.neon.dist", $this->twig->render('phpstan.neon.twig', $configurationData));
|
||||
$this->filesystem->dumpFile("{$outputDir}/phpunit.xml.dist", $this->twig->render('phpunit.xml.twig', $configurationData));
|
||||
|
||||
$this->filesystem->mkdir("{$outputDir}/tools/docker/images/php/root/usr/local/bin");
|
||||
$this->filesystem->dumpFile("{$outputDir}/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php", $this->twig->render('docker-entrypoint-php.twig', $configurationData));
|
||||
}
|
||||
}
|
||||
|
||||
return Command::SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue