mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
Unable to create the "cache" directory
This commit is contained in:
parent
b3cd0d562a
commit
2c8f41b784
1 changed files with 5 additions and 0 deletions
5
run
5
run
|
@ -20,6 +20,11 @@ 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
|
||||
|
||||
build-configs cache:clear
|
||||
build-configs cache:warmup
|
||||
|
||||
# Generate the phar file.
|
||||
box compile --config box.json.dist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue