Fix: Re-introduce corepack to avoid question during install

This commit is contained in:
SunFlowerOwl 2025-11-24 16:31:02 -05:00
parent 2ee1cbc25e
commit 7423408982

View File

@ -102,6 +102,8 @@ $STD npm install --global corepack
corepack enable yarn
chown manyfold:manyfold /opt/.env
rm /opt/manyfold/config/credentials.yml.enc
$STD corepack prepare $YARN_VERSION --activate
$STD corepack use $YARN_VERSION
$STD bin/rails credentials:edit
$STD bin/rails db:migrate
$STD bin/rails assets:precompile