Skip to content

Commit

Permalink
fix intial build script to pull in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
pembemiriam committed Mar 30, 2018
1 parent a52db53 commit 4392432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Unix/initial-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get_modules() {
done
}

get_modules fineract-cn-lang fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa fineract-cn-command fineract-cn-api fineract-cn-test
get_modules fineract-cn-lang fineract-cn-api fineract-cn-async fineract-cn-cassandra fineract-cn-mariadb fineract-cn-data-jpa fineract-cn-command fineract-cn-test

# Return to start folder
cd ..
Expand Down Expand Up @@ -55,8 +55,8 @@ get_modules fineract-cn-service-starter fineract-cn-default-setup fineract-cn-de

# REM initialize Web App
git clone https://github.com/$githubAccount/fineract-cn-fims-web-app.git
cd fims-web-app
cd fineract-cn-fims-web-app
git remote add upstream https://github.com/apache/fineract-cn-fims-web-app.git
npm i

cd ..
cd ..

0 comments on commit 4392432

Please sign in to comment.