Created by: fson
In the end-to-end test, we want to test all the latest packages from the monorepo instead of the versions from npm.
To do this we will now:
- run
lerna bootstrap
in the repo root folder before packaging react-scripts - bundle the deps like we do for releases, so the e2e test uses those packages