From 26b13bfcc3f36de7b95fc02c57dbf8639e652609 Mon Sep 17 00:00:00 2001 From: yulixing Date: Tue, 24 Sep 2019 17:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E6=8B=89=E4=B8=81=E3=80=81=E4=BC=98?= =?UTF-8?q?=E5=85=88=E7=BA=A7=20=E6=AD=A3=E5=BC=8F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boundle.sh b/boundle.sh index 8e18195..8272b03 100644 --- a/boundle.sh +++ b/boundle.sh @@ -5,8 +5,8 @@ source /etc/profile npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log echo 'copy node_modules to /data/publish/node_packages' >> boundle.log -#npm run build:prod -npm run build:stage +npm run build:prod +#npm run build:stage cd ./dist/ && tar -zcvf pop-sys.tar.gz ./ cd ..