mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
chore(developer): update kmc-convert build.sh with new includes and names
This commit is contained in:
parent
ebba34f9a7
commit
87cfcc6cbb
1 changed files with 5 additions and 4 deletions
|
|
@ -5,8 +5,9 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
|
|||
. "${THIS_SCRIPT%/*}/../../../resources/build/builder-full.inc.sh"
|
||||
## END STANDARD BUILD SCRIPT INCLUDE
|
||||
|
||||
. "$KEYMAN_ROOT/resources/build/build-utils-ci.inc.sh"
|
||||
. "$KEYMAN_ROOT/resources/shellHelperFunctions.sh"
|
||||
. "$KEYMAN_ROOT/resources/build/utils.inc.sh"
|
||||
. "$KEYMAN_ROOT/resources/build/node.inc.sh"
|
||||
. "$KEYMAN_ROOT/resources/build/ci/ci-publish.inc.sh"
|
||||
|
||||
builder_describe "Keyman kmc-convert keyboard conversion tools module" \
|
||||
"@/developer/src/common/web/utils" \
|
||||
|
|
@ -30,7 +31,7 @@ builder_parse "$@"
|
|||
#-------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
builder_run_action clean rm -rf ./build/ ./tsconfig.tsbuildinfo
|
||||
builder_run_action configure verify_npm_setup
|
||||
builder_run_action configure node_select_version_and_npm_ci
|
||||
builder_run_action build tsc --build
|
||||
builder_run_action api api-extractor run --local --verbose
|
||||
|
||||
|
|
@ -46,4 +47,4 @@ do_test() {
|
|||
}
|
||||
|
||||
builder_run_action test do_test
|
||||
builder_run_action publish builder_publish_npm
|
||||
builder_run_action publish ci_publish_npm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue