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:
parent
5a277ce7ed
commit
4bc55226b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user