Update resources/build.sh

This commit is contained in:
Marc Durdin 2023-04-29 12:58:26 +10:00 committed by GitHub
parent 5a6caf8508
commit e22cb1b577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
cd "$THIS_SCRIPT_PATH"
builder_describe "Keyman resources module" configure build test
builder_describe "Keyman resources module" clean configure build test
builder_parse "$@"
#-------------------------------------------------------------------------------------------------------------------