From b956d46f5dfb034d5f50737ce1f2efcfadce9825 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:13:16 +0800 Subject: [PATCH] update bundle.sh --- bundle.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle.sh b/bundle.sh index f070842..3763e91 100755 --- a/bundle.sh +++ b/bundle.sh @@ -2,8 +2,7 @@ source /etc/profile - -module_sub_path=$module_path"/node_modules" +cp ./configs/.env.production ./.env.production yarn install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log yarn build >> boundle.log