Unable to create the "cache" directory

This commit is contained in:
Oliver Davies 2023-11-29 19:56:04 +00:00
parent 161d2b6e84
commit b1778cad27
3 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,8 @@
"resources", "resources",
"templates", "templates",
"templates/common/.githooks", "templates/common/.githooks",
"templates/drupal/.github" "templates/drupal/.github",
"var"
], ],
"force-autodiscovery": true, "force-autodiscovery": true,
"check-requirements": false, "check-requirements": false,

2
run
View file

@ -8,7 +8,7 @@ export PATH=$PATH:./bin:./vendor/bin:./vendor-bin/box/vendor/bin
# Delete any temporary or generated files. # Delete any temporary or generated files.
function clean { function clean {
rm -fr dist/* tmp vendor vendor-bin/box/vendor rm -fr dist/* tmp vendor vendor-bin/box/vendor
touch dist/.keep touch dist/.keep var/.keep
} }
# Build the phar version of build-configs. # Build the phar version of build-configs.

0
var/.keep Normal file
View file