Replies: 1 comment 2 replies
-
Wow.. this should be documented, I spent almost 2 hours trying to figure out how to setup the syncVersion... Thanks for this Post! [EDIT]: indeed, all run-many commands seem to break after this setup is used.. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
Assumption: It looks like when I want to run in syncVersions mode, I need to run the install with
--syncVersions
This then creates this in my workspace.json, and I can then run
npx nx workspace:version
Complication: I then have to update my build script to exclude the workspace:
My question: Is there a way around having to exclude workspace with my run-many? Can we configure symver to sync versions without having a workspace project added to my workspace.json ?
Beta Was this translation helpful? Give feedback.
All reactions