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