Skip to content

Commit

Permalink
Fix build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Apr 4, 2024
1 parent 3065597 commit e84c22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@
"files": [
".env",
"autoload_runtime.template",
"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"
"src/Controller/.gitignore"
],
"directories": [
"config",
"resources",
"templates",
"templates/common/.githooks",
"templates/drupal/.github",
"var"
],
"force-autodiscovery": true,
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
./bin/build-configs cache:warmup

# 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

Expand Down

0 comments on commit e84c22b

Please sign in to comment.