mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Run the command using Nix
This commit is contained in:
parent
2c8f41b784
commit
00045aaab2
2
run
2
run
|
@ -20,7 +20,7 @@ function build {
|
|||
composer install --no-dev --prefer-dist --optimize-autoloader
|
||||
composer install --prefer-dist --optimize-autoloader --working-dir ./vendor-bin/box
|
||||
|
||||
composer dump-env prod
|
||||
nix develop --command composer dump-env prod
|
||||
|
||||
build-configs cache:clear
|
||||
build-configs cache:warmup
|
||||
|
|
Loading…
Reference in a new issue