trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Replace bootstrap with install in scripts/workflows #6090

Closed haltman-at closed 1 year ago

haltman-at commented 1 year ago

Since yarn bootstrap seems to be causing such problems, and I can't figure out the root cause, here's a simple workaround... replacing yarn bootstrap with yarn install. There used to be a difference between these, but due to every package using prepare now, there no longer is. Hopefully this is all OK and solves the problem?

haltman-at commented 1 year ago

We should probably also update readme (under ### Development) and maybe remove the bootstrap 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...