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 ..