Skip to content
Snippets Groups Projects
Verified Commit fac5d512 authored by David Beniamine's avatar David Beniamine
Browse files

Script to manually build subrepositories

parent 27bf3fa6
Branches
Tags
No related merge requests found
#!/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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment