Skip to content

Commit 2946647

Browse files
committed
Fixed #129
1 parent ef01e5b commit 2946647

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

run.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ function runTest() {
1111
}
1212

1313
function runGithubTestBuild() {
14-
#./mvnw -B -DskipTests -DskipIntegrationTests clean dependency:list install --file pom.xml
15-
./mvnw -B -DskipTests clean dependency:list install --file pom.xml
14+
./mvnw -B -DskipTests clean dependency:list install --file pom.xml
1615
}
1716

1817
function setupHeroku() {
@@ -21,8 +20,7 @@ function setupHeroku() {
2120
}
2221

2322
function buildLikeHeroku() {
24-
#./mvnw -DskipTests -DskipIntegrationTests clean dependency:list install
25-
./mvnw -DskipTests clean dependency:list install
23+
./mvnw -DskipTests clean dependency:list install site site:deploy
2624
}
2725

2826
function runHerokuLocal() {

0 commit comments

Comments
 (0)