Skip to content

Pull request for feature/morelogging#8

Merged
darthsharp merged 4 commits intomainfrom
feature/morelogging
Jun 5, 2025
Merged

Pull request for feature/morelogging#8
darthsharp merged 4 commits intomainfrom
feature/morelogging

Conversation

@darthsharp
Copy link
Copy Markdown
Contributor

No description provided.

Log the Nx command being executed to improve traceability and debugging. This helps in understanding the execution flow and identifying potential issues more easily.
Set `reuseExistingServer` to `false` in Playwright config for consistency. Replaced `runTargetForAffected` with `runTargetsForAll` in CI tasks to target all projects instead of only affected ones. Added support for `runTargetsForAll` in `nx-tasks` and enabled `--dryRun` for release publishing commands.
Included a check for the `dryRun` context to append the `--dry-run` flag when applicable. This ensures safer task execution during development or testing without making actual changes.
Introduced a method to determine if the build is running in a CI environment by checking the GITHUB_ACTIONS environment variable. Added logging in the build executor to output whether the build is running on a CI build server. This improves transparency and environment awareness during builds.
@darthsharp darthsharp merged commit c357e57 into main Jun 5, 2025
2 checks passed
@darthsharp darthsharp deleted the feature/morelogging branch June 5, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant