Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# windup-local-build-scripts
Useful scripts to build locally all projects involving the MTA CLI and Web UI
Useful scripts to build locally all projects involving the WINDUP CLI and Web UI

The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc.

Expand Down
5 changes: 3 additions & 2 deletions build_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ cd ..
cd windup-distribution
$MVN_COMMAND || exit 1

cd target
unzip mta-cli-*.zip
cd windup-cli/target
unzip windup-cli-*.zip
unzip windup-cli-*-offline.zip
2 changes: 1 addition & 1 deletion build_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ $MVN_COMMAND || exit 1

cd target

unzip mta-web-*.zip
unzip windup-web-*.zip