fix: clean yarn cache after mealie frontend build to prevent disk growth (#16609)

This commit is contained in:
Brad Schroth
2026-08-19 15:42:34 -04:00
committed by GitHub
parent a1fb54dcec
commit e6ade07071
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ STARTEOF
cd /opt/mealie/frontend
$STD yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000
$STD yarn generate
$STD yarn cache clean
msg_ok "Built Frontend"
msg_info "Copying Built Frontend"