From 216dd051e2705d41bf2a7b8d514dcc4ebd856c15 Mon Sep 17 00:00:00 2001 From: yulixing Date: Fri, 20 Sep 2019 13:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=BC=98=E5=8C=96=20=20?= =?UTF-8?q?=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 ..