chore: migrate remaining gulp build tasks to nx#33510
Open
chaosmirage wants to merge 73 commits into
Open
Conversation
33f6961 to
248a9dc
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 136 out of 146 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
packages/devextreme-angular/project.json:127
- The pack-npm executor no longer supports
workingDirectoryand runspnpm packfrom the project root, so the tarball is created in{projectRoot}/(not undernpm/dist). This target still declares outputs as{projectRoot}/npm/dist/*.tgz, which will make Nx caching/artifact tracking incorrect. Updateoutputsto the actual tarball location (likely{projectRoot}/*.tgz).
"npm:pack-npm-dist": {
"executor": "devextreme-nx-infra-plugin:pack-npm",
"outputs": [
"{projectRoot}/npm/dist/*.tgz"
],
"inputs": [
"default"
]
},
…b.com/DevExpress/DevExtreme into chore/migrate-devextreme-to-nx-part-9
…b.com/DevExpress/DevExtreme into chore/migrate-devextreme-to-nx-part-9
ajivanyandev
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should be merged to the 26_1 branch after #33434