--- misc/xoa-installer/xoa-installer.sh 2017/05/30 09:44:50 3199 +++ misc/xoa-installer/xoa-installer.sh 2018/01/02 12:46:58 3216 @@ -137,6 +137,7 @@ echo "building xo-server" cd xo-server yarn + npm run build cd .. @@ -145,6 +146,7 @@ echo "building xo-web" cd xo-web yarn + npm run build cd ..