Extend commons-sh script to pack NPM dependencies into tgzs

pull/781/head
pabloFuente 2022-12-30 17:08:36 +01:00
parent 445f516c5b
commit 705ac24e3b
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,7 @@ if [[ "${BUILD_OV_BROWSER}" == true || "${EXECUTE_ALL}" == true ]]; then
npm install
npm run build
npm link
npm pack && mv openvidu-browser-*.tgz /opt/openvidu/.
popd
fi
@ -196,6 +197,7 @@ if [[ "${BUILD_OV_NODE_CLIENT}" == true || "${EXECUTE_ALL}" == true ]]; then
npm install
npm run build
npm link
npm pack && mv openvidu-node-client-*.tgz /opt/openvidu/.
popd
fi