npm install to WebServers added

This commit is contained in:
2023-04-20 14:05:56 +03:00
parent 862e675324
commit 9f8688356c
+1
View File
@@ -28,6 +28,7 @@ powershell.run_command('git pull ' + git_url_lib + ' master', session_server_lib
# install node_modules
session_server_root_dir = deploy_path + '/pixel-streaming-session-server'
powershell.run_command('npm install', session_server_root_dir)
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/')
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SignallingWebServer')
powershell.run_command('npm install', deploy_path + '/pixel-streaming-webrtc/WebServers/SFU')