Fix the e2e test (#699)
* Fix the e2e test 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 * Fix copy-pasted comment
Showing
+13 -4
Please register or sign in to comment