Skip to content

Commit 979fb94

Browse files
committed
Fixed #106, Fixed #109, Fixed #110
1 parent c66319d commit 979fb94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ function runDev() {
99
}
1010

1111
function runGithubTestBuild() {
12-
./mvnw -B package --file pom.xml
12+
./mvnw -B -DskipTests clean dependency:list install --file pom.xml
1313
}
1414

15-
1615
function setupHeroku() {
1716
heroku login
1817
heroku ps -a simpleworklist
@@ -33,7 +32,7 @@ function main() {
3332
runGithubTestBuild
3433
#runDev
3534
#setupHeroku
36-
#runHerokuLocal
35+
runHerokuLocal
3736
}
3837

3938
main

0 commit comments

Comments
 (0)