feat: suppress corepack download prompt

This commit is contained in:
Raghav Vashisht 2025-11-23 21:24:40 +05:30
parent 7f2bcf8543
commit 8e8e14dbd0

View File

@ -176,6 +176,7 @@ export NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=$ENTE_ALBUMS_URL
msg_info "Building Web Applications"
cd /opt/ente/web
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
$STD yarn install
$STD yarn build
$STD yarn build:accounts