fix bug in auto-deployment

This commit is contained in:
einhornimmond 2024-07-24 16:24:13 +02:00
parent 29ba30c17a
commit bac0a7168c

View File

@ -214,6 +214,7 @@ echo 'Updating admin' >> $UPDATE_HTML
cd $PROJECT_ROOT/admin
# TODO maybe handle this differently?
unset NODE_ENV
nvm use
nvm install
npm i -g yarn
yarn install