You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotell
changed the title
[Bug]: workspace-plugin - generate-api executor doesn't copy assets, thus failing when react-jsx-runtime is needed
[Bug]: workspace-plugin - generate-api executor doesn't copy assets, thus failing when react-jsx-runtime is needed
Nov 4, 2024
Area
workspace-plugin (package)
Environment
any
Current Behavior
after migrating to nx inferred tasks, when in clean repo state,
generate-api
will fail ifreact-jsx-runtime
is in package dependency tree.previous generate-api task: https://github.com/microsoft/fluentui/pull/33074/files#diff-f1b0dfbd1e1eb5637dd8f4dcaab583d0fa0ce241e5dbea1d9337240779be34c6L22
failure pipeline:
https://github.com/microsoft/fluentui/actions/runs/11665859795/job/32479506284#step:9:181
Expected Behavior
generate-api
should work in clean repo stateReproduction
https://github.com/microsoft/fluentui/actions/runs/11665859795/job/32479506284#step:9:181
Steps to reproduce
rm -rf packages/**/{dist,lib,lib-commonjs}
yarn nx run react-text:generate-api
Suggested severity
Medium - Has workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
yes
Validations
The text was updated successfully, but these errors were encountered: