Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme and scripts to be synchronized with Windup repos #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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