mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
fix(developer): bundle.sh rm
This commit is contained in:
parent
83cad830cf
commit
c1639b5cac
1 changed files with 1 additions and 3 deletions
|
|
@ -3,8 +3,6 @@
|
|||
set -eu
|
||||
set -x
|
||||
|
||||
# $1 = keyman_wix_build temp root
|
||||
|
||||
display_usage() {
|
||||
echo "Usage: $0 --build-path path"
|
||||
echo " $0 --help"
|
||||
|
|
@ -103,4 +101,4 @@ npm install --production --no-optional
|
|||
rm kmtypes.tgz
|
||||
|
||||
# We don't need the unit tests
|
||||
rm -rf /s/q "$KEYMAN_WIX_TEMP_MODELCOMPILER/tests"
|
||||
rm -rf "$KEYMAN_WIX_TEMP_MODELCOMPILER/tests"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue