diff --git a/build_deps.sh b/build_deps.sh new file mode 100644 index 0000000000000000000000000000000000000000..a28597c55cdeb4e8b31fd4a439fc97522be43d8f --- /dev/null +++ b/build_deps.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd mirador-video-annotation +docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build:es" +cd ../annotations-plugin +docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build"