Describe the bug
running yarn bootstrap resulting in error Command "bootstrap" not found..
What is the current behavior?
resulting in error error Command "bootstrap" not found.
To Reproduce
Steps to reproduce the behavior:
yarn bootstrapExpected behavior
Bootstrap all the submodules before building for the first time
Screenshots

Please paste the results of webpack-cli info here, and mention other relevant information
node version: 12.14
Additional context
I am following contribution guideline.
I see the bootstrap script is not present in package.json anymore. I am looking into it.
You can run lerna bootstrap, no need command for this
Yes, run yarn lerna bootstrap or lerna bootstrap (if lerna is available globally)