From 41b92315d34f1c0e0b324fa2379be835f1809168 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 3 Nov 2021 11:41:33 -0700 Subject: [PATCH] fix --- update-vhs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .