1
0

update make package shell for npm install

This commit is contained in:
2024-11-05 18:17:37 +08:00
parent 23591dfda0
commit 0946603828

View File

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