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

Fix dependencies build

parent ec9aed94
No related tags found
Loading
#!/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"
docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt/mirador-video-annotation && npm install && npm run build:es && cd ../annotations-plugin && 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