Ensure help sync creates cache directory
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-14 08:17:49 +01:00
parent fa333deed9
commit 3a78c4f2c0
2 changed files with 2 additions and 2 deletions

View File

@@ -36,8 +36,6 @@ ensure_helper_scripts() {
prepare_storage() {
cd "$APP_TARGET"
mkdir -p storage/app storage/framework/cache storage/framework/sessions storage/framework/views storage/logs
if [[ ! -h public/storage ]]; then
php artisan storage:link >/dev/null 2>&1 || true
fi