mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-08 16:15:03 +00:00
Unable to create the "cache" directory
This commit is contained in:
parent
b3cd0d562a
commit
2c8f41b784
5
run
5
run
|
@ -20,6 +20,11 @@ function build {
|
||||||
composer install --no-dev --prefer-dist --optimize-autoloader
|
composer install --no-dev --prefer-dist --optimize-autoloader
|
||||||
composer install --prefer-dist --optimize-autoloader --working-dir ./vendor-bin/box
|
composer install --prefer-dist --optimize-autoloader --working-dir ./vendor-bin/box
|
||||||
|
|
||||||
|
composer dump-env prod
|
||||||
|
|
||||||
|
build-configs cache:clear
|
||||||
|
build-configs cache:warmup
|
||||||
|
|
||||||
# Generate the phar file.
|
# Generate the phar file.
|
||||||
box compile --config box.json.dist
|
box compile --config box.json.dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue