update make package shell script
This commit is contained in:
@@ -69,7 +69,11 @@ makefe() {
|
|||||||
cd ${fedir}
|
cd ${fedir}
|
||||||
git pull
|
git pull
|
||||||
npm install --registry https://registry.npmmirror.com
|
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() {
|
makebe() {
|
||||||
|
|||||||
Reference in New Issue
Block a user