Closed haltman-at closed 1 year ago
We should probably also update readme (under
### Development
) and maybe remove thebootstrap
command in package.json?
Hm, possibly -- right now the problem is only occurring on CI. @gnidan, any opinion on all this? I'm going to just merge this so that CI can be less of a disaster, and we can figure this out after I figure...
Since
yarn bootstrap
seems to be causing such problems, and I can't figure out the root cause, here's a simple workaround... replacingyarn bootstrap
withyarn install
. There used to be a difference between these, but due to every package usingprepare
now, there no longer is. Hopefully this is all OK and solves the problem?