updated submodules

This commit is contained in:
marko
2024-04-01 09:41:39 +02:00
parent 9fda7aa73c
commit 1856a5bfb8
6 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
.PHONY: build
build:
npm install
npm run release

5
submodules/buildVideoJs.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
cd video.js
npm install
npm run release