From 43ac6ad39b9ef94dd89f1e096dc737a5d3ecf222 Mon Sep 17 00:00:00 2001 From: yulixing Date: Fri, 11 Oct 2019 11:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=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 04f2f43..e0030b6 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 ..