Update build/packages-template/bbb-webrtc-sfu/build.sh

Co-authored-by: Paulo Lanzarin <4529051+prlanzarin@users.noreply.github.com>
This commit is contained in:
schrd 2021-10-14 15:18:50 +02:00 committed by GitHub
parent 5a277ce7ed
commit 4bc55226b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ if [ "$DISTRO" == "bionic" ]; then
# this is a workaround so that the post-install command will find the pegjs binary
export PATH=$PWD/node_modules/pegjs/bin:$PATH
# use development build until mediasoup is a production dependency
npm install --unsafe-perm -D
npm install --unsafe-perm --production
else
npm install --unsafe-perm --production
fi