From e84c22b721d27a471faf1d010787018a411083e7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 4 Apr 2024 19:10:12 +0100 Subject: [PATCH] Fix build recipe --- box.json.dist | 15 +-------------- justfile | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/box.json.dist b/box.json.dist index 405f7de..49baabd 100644 --- a/box.json.dist +++ b/box.json.dist @@ -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, diff --git a/justfile b/justfile index a79f24e..91f6c3a 100644 --- a/justfile +++ b/justfile @@ -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