Fixed cpl run command

This commit is contained in:
2022-05-25 14:00:38 +02:00
parent 48c6941f1a
commit 5feb44595a
42 changed files with 87 additions and 80 deletions

View File

@@ -13,6 +13,7 @@
"db": "cpl build-docs",
"docs-open": "xdg-open $PWD/docs/build/html/index.html &",
"do": "cpl docs-open",
"pre-build": "cpl run set-version;",
"build-all": "cpl build-cli; cpl build-core; cpl build-query;",
"ba": "cpl build-all",
"build-cli": "echo 'Build cpl_cli'; cd ./src/cpl_cli; cpl build; cd ../../;",