microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
25 stars 26 forks source link

fix(nx-plugin): resolve nx library generator warnings and mitigate tests flakiness while improving library generator performance #155

Closed Hotell closed 3 months ago

Hotell commented 3 months ago

nx warnings

derived-as will be soon removed thus we migrated to use as-provided in order to get rid of warning logs and to future proof our tools

Test flakiness

because library generator was calling node process to exec yarn we started to run into test timeouts. This has been refactored to follow nx generators architecure

Performance

library generator