Conversation
|
@cpsievert Do you know if this Line 21 in 6797df4 We can apparently get similar behavior using |
With `yarn workspaces focus -A --production` See https://yarnpkg.com/cli/workspaces/focus
IIRC it's there so we can essentially rename |
gadenbuie
left a comment
There was a problem hiding this comment.
After spending a bit trying to get this to work, I don't think it's currently worth the effort, unless someone else has an easy solution for asking yarn to install just the development dependencies and have them installed into inst/node_modules reliably.
In short, this PR moves bslib from classic yarn to modern yarn, which has more downstream changes than I think we want to take on right now. I think we should table this for now and revisit this post-conf.
|
The problem I had was that when I ran |
bslib currently uses whichever version of yarn is installed on the system. This PR updates it to use a fixed version of yarn, so that the behavior is predictable across systems. (This is how things are set up for the https://github.com/rstudio/shiny repository.)