Skip to content

Commit b05a2d8

Browse files
committed
Fixed #126
1 parent 7ed13d7 commit b05a2d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ function setupHeroku() {
1919
heroku ps -a simpleworklist
2020
}
2121

22-
function buildLikeHeroku() {
22+
function buildLikeHerokuWithSite() {
2323
./mvnw -DskipTests clean dependency:list install site site:deploy
2424
}
2525

26+
function buildLikeHeroku() {
27+
./mvnw -DskipTests clean dependency:list install
28+
}
29+
2630
function runHerokuLocal() {
2731
buildLikeHeroku
2832
heroku ps -a simpleworklist

0 commit comments

Comments
 (0)