[go: nahoru, domu]

Skip to content

Commit

Permalink
Generate and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Feb 12, 2022
1 parent 86b54a8 commit 9d67ba8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

for app in spring-native-webflux spring-native-mvc angular-webflux postgres-webflux postgres-mvc
do
echo "Updating $app..."
cd $app
rm -rf *
jhipster-native --with-entities --skip-jhipster-dependencies
echo "Updating $app..."
cd $app
rm -rf *
jhipster-native --with-entities --skip-jhipster-dependencies
./mvnw package -DskipTests -Pprod,native
done

0 comments on commit 9d67ba8

Please sign in to comment.