1
0

update make package shell script

This commit is contained in:
2024-10-22 15:06:13 +08:00
parent b2333b119d
commit 00aad81aab

View File

@@ -69,7 +69,11 @@ makefe() {
cd ${fedir}
git pull
npm install --registry https://registry.npmmirror.com
npm run build
echo -n "Building front-end vue ... "
npm run build 1>/dev/null
if [ $? = 0 ]; then
echo "done"
fi
}
makebe() {