diff --git a/update-vhs.sh b/update-vhs.sh index a737603..3eacba0 100755 --- a/update-vhs.sh +++ b/update-vhs.sh @@ -1,2 +1,2 @@ -(cd ~/src/media/http-streaming && npm ci) && cp ~/src/media/http-streaming/dist/videojs-http-streaming.js . +(cd ~/src/media/http-streaming && npm ci && npm run build) && cp ~/src/media/http-streaming/dist/videojs-http-streaming.js .