Fix build recipe

This commit is contained in:
Oliver Davies 2024-04-04 19:10:12 +01:00
parent 3065597f64
commit e84c22b721
2 changed files with 2 additions and 15 deletions

View file

@ -3,25 +3,12 @@
"files": [ "files": [
".env", ".env",
"autoload_runtime.template", "autoload_runtime.template",
"src/Controller/.gitignore", "src/Controller/.gitignore"
"templates/fractal/.dockerignore.twig",
"templates/fractal/.env.example.twig",
"templates/fractal/.envrc.twig",
"templates/fractal/.yarnrc.twig",
"templates/fractal/.hadolint.yaml.twig",
"templates/fractal/.gitignore.twig",
"templates/drupal/.dockerignore.twig",
"templates/drupal/.env.example.twig",
"templates/drupal/.hadolint.yaml.twig",
"templates/drupal/.gitignore.twig",
"templates/terraform/.gitignore.twig"
], ],
"directories": [ "directories": [
"config", "config",
"resources", "resources",
"templates", "templates",
"templates/common/.githooks",
"templates/drupal/.github",
"var" "var"
], ],
"force-autodiscovery": true, "force-autodiscovery": true,

View file

@ -15,7 +15,7 @@ build:
./bin/build-configs cache:warmup ./bin/build-configs cache:warmup
# Generate the phar file. # Generate the phar file.
box compile --config box.json.dist ./vendor-bin/box/vendor/bin/box compile --config box.json.dist
rm -f .env.local .env.local.php rm -f .env.local .env.local.php