Skip to content

Commit

Permalink
#707 add rerun-tasks for problem tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed May 16, 2024
1 parent 6a6c974 commit 5f301d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/compose-resources-gallery/local-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log "compose-resources-gallery android success"
./gradlew clean jvmJar
log "compose-resources-gallery jvm success"

./gradlew clean jsBrowserDistribution
./gradlew clean jsBrowserDistribution --rerun-tasks
log "compose-resources-gallery js success"

if ! command -v xcodebuild &> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion samples/resources-gallery/local-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log "resources-gallery android success"
./gradlew clean jvmJar
log "resources-gallery jvm success"

./gradlew clean jsBrowserDistribution
./gradlew clean jsBrowserDistribution --rerun-tasks
log "resources-gallery js success"

if ! command -v xcodebuild &> /dev/null
Expand Down

0 comments on commit 5f301d3

Please sign in to comment.