Skip to content

ci: shorten @rnx-kit/cli build time for test apps#3992

Merged
tido64 merged 1 commit intomainfrom
tido/shorten-cli-build
Feb 24, 2026
Merged

ci: shorten @rnx-kit/cli build time for test apps#3992
tido64 merged 1 commit intomainfrom
tido/shorten-cli-build

Conversation

@tido64
Copy link
Member

@tido64 tido64 commented Feb 24, 2026

Description

For the native build jobs, we just want the cli to be available. We don't need to do any linting.

Test plan

Before:

image

After:

image

@github-actions github-actions bot added the chore Improvements that don't directly affect features label Feb 24, 2026
Comment on lines -40 to -44
},
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": false
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we get this by extending the base preset now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the npm preset includes this bit

@tido64 tido64 merged commit 9e0c3c3 into main Feb 24, 2026
15 checks passed
@tido64 tido64 deleted the tido/shorten-cli-build branch February 24, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Improvements that don't directly affect features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants