mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
Run the command using Nix
This commit is contained in:
parent
00045aaab2
commit
8344f16b2e
4
run
4
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
|
||||
|
|
Loading…
Reference in a new issue