-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update lerna to 5.1 and enable nx #5759
Conversation
✅ Deploy Preview for redwoodjs-docs canceled.
|
ee553f2
to
0d9745a
Compare
nx.json
Outdated
}, | ||
"pluginsConfig": { | ||
"@nrwl/js": { | ||
"analyzeSourceFiles": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nx.json
Outdated
"test", | ||
"build" | ||
], | ||
"parallel": 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vsavkin is there an easy way to conditionally set this value based upon OS? e.g. in pseudo code "parallel": OS == Windows ? 1 : 5
@vsavkin tried resolving merge conflicts for you, but didn't work so I reverted. Sorry about the noise! I think I could've resolved it easily by rebasing but I would've had to force push. |
trying a few things to get CI to pass on Windows
A few notes: