diff --git a/scripts/build.sh b/scripts/build.sh index bccdac52..78e1e24c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,10 +2,14 @@ # activate venv source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/cpl-env/bin/activate -# CLI -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/ -cpl build - # CPL cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl +cpl build + +# CLI +cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli +cpl build + +# CPL Query +cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query cpl build \ No newline at end of file diff --git a/scripts/publish.sh b/scripts/publish.sh index 341a279c..428a540f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -2,10 +2,14 @@ # activate venv source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/cpl-env/bin/activate -# CLI -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/ -cpl publish - # CPL cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl -cpl publish \ No newline at end of file +cpl publish + +# CLI +cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli +cpl publish + +# CPL Query +cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query +cpl \ No newline at end of file