FluidFramework
FluidFramework copied to clipboard
feat(fluid-build): Support additional executable names
work in progress
The idea is to allow fluid-build to be exposed as a different executable name, so I can create an alternative CLI entrypoint.
After working on this, I now think it might be better to add custom task support to fluid-build so I could define my own task (it could even subclass the fluid-build task). But that itself is insufficient, because the "fluid-build" string is parsed in the core build graph creation process, so it's more core than the task layer. Another clue: the "fluid-build" string is not mapped to a task: https://github.com/microsoft/FluidFramework/blob/4c0c130f1df720694a1a1cab7fd0f22f792baac1/build-tools/packages/build-tools/src/fluidBuild/tasks/taskFactory.ts#L31-L72
⚠️ No Changeset found
Latest commit: 076d801a593aa80d963a987a00fedadda9f13c56
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR has been automatically marked as stale because it has had no activity for 60 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!