From 8344f16b2e1ffd6976ee16f8227790aedcbde484 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 Nov 2023 21:34:19 +0000 Subject: [PATCH] Run the command using Nix --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run b/run index 2a0f61e..d79eeef 100755 --- a/run +++ b/run @@ -22,8 +22,8 @@ function build { nix develop --command composer dump-env prod - build-configs cache:clear - build-configs cache:warmup + nix develop --command build-configs cache:clear + nix develop --command build-configs cache:warmup # Generate the phar file. box compile --config box.json.dist