Configuring Turborepo with yarn and Redwoodjs #4503
Unanswered
fozziethebeat
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've put together a simple Turborepo that has two connected parts:
apps/demo
.packages/genai
.I've properly configured the demo app to depend on the genai package and everything works. However I haven't figured out how to configure yarn and turbo to update the Redwoodjs demo app when I make changes to genai library. I can only trigger updates by changing files in the app code. I feel like this is me incorrectly configuring the yarn workspaces and the turbo pipelines but from reading the docs I'm not quite sure what to change.
Any suggestions on fixes? The whole repo is here.
Beta Was this translation helpful? Give feedback.
All reactions