Skip to content

Commit

Permalink
Merge pull request #12440 from keymanapp/fix/common/dependency
Browse files Browse the repository at this point in the history
fix(common): add proper configure output for hextobin
  • Loading branch information
ermshiperete authored Sep 19, 2024
2 parents 90078b4 + 17912a5 commit 664f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tools/hextobin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"

builder_describe "Build hextobin" clean configure build
builder_describe_outputs \
configure /node_modules \
configure /common/tools/hextobin/node_modules/commander \
build /common/tools/hextobin/build/index.js

builder_parse "$@"
Expand Down

0 comments on commit 664f7ab

Please sign in to comment.