--- misc/xoa-installer/xoa-installer.sh 2017/12/28 13:20:04 3215 +++ 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 ..