Skip to content

Commit

Permalink
generate all during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Sep 27, 2024
1 parent aee7aec commit 2411285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup-on-push-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
sourceOnce "$dir_of_tegonal_scripts/utility/log.sh"

function cleanupOnPushToMain() {
"$projectDir/gradlew" generate generateTest
"$projectDir/gradlew" generateAll
logSuccess "code generated"
}

Expand Down

0 comments on commit 2411285

Please sign in to comment.