diff --git a/bundle.sh b/bundle.sh index 3763e91..6d7d402 100755 --- a/bundle.sh +++ b/bundle.sh @@ -1,6 +1,7 @@ #!/bin/bash source /etc/profile +nvm use 16 cp ./configs/.env.production ./.env.production yarn install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log