mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Unable to create the "cache" directory
This commit is contained in:
parent
161d2b6e84
commit
b1778cad27
3 changed files with 3 additions and 2 deletions
2
run
2
run
|
@ -8,7 +8,7 @@ export PATH=$PATH:./bin:./vendor/bin:./vendor-bin/box/vendor/bin
|
|||
# Delete any temporary or generated files.
|
||||
function clean {
|
||||
rm -fr dist/* tmp vendor vendor-bin/box/vendor
|
||||
touch dist/.keep
|
||||
touch dist/.keep var/.keep
|
||||
}
|
||||
|
||||
# Build the phar version of build-configs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue