Skip to content

Commit

Permalink
added rerun-tasks for js check in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed May 21, 2024
1 parent a3e188e commit 2d98cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cm-resources-sample/local-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log "cm-resources-sample android success"
./gradlew clean jvmJar
log "cm-resources-sample jvm success"

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

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

0 comments on commit 2d98cc6

Please sign in to comment.