From b7a747a013583721fa07e84354d3e3cd28a413f7 Mon Sep 17 00:00:00 2001 From: yulixing Date: Sat, 12 Oct 2019 11:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=98=E5=85=88=E7=BA=A7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=20=20=2019101201?= 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 e0030b6..04f2f43 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 ..