From 087fde6f855d29ae816d17ab953433a4be5c8ff2 Mon Sep 17 00:00:00 2001 From: yulixing Date: Sat, 12 Oct 2019 11:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82-19101201?= 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 ..