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

This commit is contained in:
Anton Georgiev 2021-10-14 09:24:12 -04:00 committed by GitHub
parent 4bc55226b1
commit ca054d356f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,6 @@ git init
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 --production
else
npm install --unsafe-perm --production