Skip to content

Commit

Permalink
reorder build depend
Browse files Browse the repository at this point in the history
  • Loading branch information
birchb1024 committed Dec 18, 2023
1 parent fca8155 commit cb41b38
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ function buildDocs {
}

args=${1:-bin}

if [[ "${args}" == "depends" ]]
then
setupWorkspaceForBuild
exit
fi


if [[ "${args}" == "doc" ]]
then
buildDocs
Expand Down Expand Up @@ -51,9 +59,3 @@ then
exit
fi

if [[ "${args}" == "depends" ]]
then
setupWorkspaceForBuild
exit
fi

0 comments on commit cb41b38

Please sign in to comment.