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
I have a custom generator that's part of my plugin that's set to be a global sync generator. However after the first nx sync changes won't get picked up even though there are changes
Expected Behavior
I expect subsequent runs of nx sync to use the latest state of the generator.
Current Behavior
I have a custom generator that's part of my plugin that's set to be a global sync generator. However after the first
nx sync
changes won't get picked up even though there are changesExpected Behavior
I expect subsequent runs of
nx sync
to use the latest state of the generator.GitHub Repo
https://github.com/JesseZomer/nx-sync-generator-caching-bug
Steps to Reproduce
nx sync
my-generator.ts
and uncomment line 17 inmy-generator.ts
nx sync
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: