Skip to content
Snippets Groups Projects

Draft : Resolve "Add a CLI tool"

Open Anthony requested to merge 44-add-a-cli-tool into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ shift
# Keep actions sorted
case $action in
"build-mirador")
cd $MIRADOR_FOLDER &&
cd $MIRADOR_FOLDER && $cmdbuildmirador
;;
"build-mirador-plugin")
cd $MIRADOR_ANNOTATION_FOLDER && $cmdbuildmiradorplugin
Loading