mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
no need for extra nvm change for admin and frontend, because default version is now the correct one
This commit is contained in:
parent
5853fff27c
commit
5c3b121a58
@ -226,9 +226,6 @@ log_step 'Updating frontend'
|
||||
cd $PROJECT_ROOT/frontend
|
||||
# TODO maybe handle this differently?
|
||||
unset NODE_ENV
|
||||
nvm use
|
||||
nvm install
|
||||
npm i -g yarn
|
||||
yarn install
|
||||
yarn build
|
||||
# TODO maybe handle this differently?
|
||||
@ -239,16 +236,11 @@ log_step 'Updating admin'
|
||||
cd $PROJECT_ROOT/admin
|
||||
# TODO maybe handle this differently?
|
||||
unset NODE_ENV
|
||||
nvm use
|
||||
nvm install
|
||||
npm i -g yarn
|
||||
yarn install
|
||||
yarn build
|
||||
# TODO maybe handle this differently?
|
||||
export NODE_ENV=production
|
||||
|
||||
nvm use default
|
||||
|
||||
# Install & build dht-node
|
||||
log_step 'Updating dht-node'
|
||||
cd $PROJECT_ROOT/dht-node
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user