update npm install --force
This commit is contained in:
@@ -72,7 +72,7 @@ builddir=${rootdir}/build.ems
|
|||||||
makefe() {
|
makefe() {
|
||||||
cd ${fedir}
|
cd ${fedir}
|
||||||
git pull
|
git pull
|
||||||
npm install --registry https://registry.npmmirror.com
|
npm install --force --registry https://registry.npmmirror.com
|
||||||
echo -n "Building front-end vue ... "
|
echo -n "Building front-end vue ... "
|
||||||
npm run build 1>/dev/null
|
npm run build 1>/dev/null
|
||||||
if [ $? = 0 ]; then
|
if [ $? = 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user