Dave Keen

Results 45 comments of Dave Keen

Thanks @pimterry - I have added an issue in Immer in case someone cleverer than me can offer some advice.

For my (very simple) use-case I need a top-level `prepare` to run `prepare` in a specific workspace, so in the root `package.json` I added: ```json { "scripts": { "prepare": "yarn...

Thanks so much for doing this! This bug has been the bane of our lives :)

It was also a big issue for us, so we've been using the PR branch directly and so far haven't had any issue.

So actually I ended up writing a script to use `yarn patch` and `yarn patch-commit` to update the build in-place in `node_modules`. I've pasted it in here in case its...