可编辑功能 正式版

This commit is contained in:
yulixing 2019-10-11 11:21:41 +08:00
parent 05d6c9210c
commit 43ac6ad39b

View File

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