Draft : Resolve "Add a CLI tool"
Compare changes
- Anthony authored
+ 25
− 23
@@ -22,30 +13,25 @@ usage() {
@@ -22,30 +13,25 @@ usage() {
echo -e "update-submodule : Need to be run after installation or when updating Mirador or the plugin"
cd $MIRADOR_FOLDER && docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build:es"
cd $MIRADOR_ANNOTATION_FOLDER && docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build"
@@ -66,16 +52,32 @@ case $action in
@@ -66,16 +52,32 @@ case $action in