From 4dee644aab5e86c55cc3f40974f9d7eec1eded25 Mon Sep 17 00:00:00 2001 From: yulixing Date: Thu, 23 May 2019 20:22:47 +0800 Subject: [PATCH] modify boudle.sh --- boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundle.sh b/boundle.sh index 1451e16..46bb52f 100644 --- a/boundle.sh +++ b/boundle.sh @@ -5,7 +5,7 @@ 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 -vue-cli-service build +npm run build:prod cd ./dist/ && tar -zcvf pikachu_fe.tar.gz ./ cd ..