From ab8f1019f0ec42086492f19b8bd8026f007aeaa8 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:27:47 +0800 Subject: [PATCH] update bundle.sh --- bundle.sh | 1 + 1 file changed, 1 insertion(+) 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