Skip to content

Commit f8f3c98

Browse files
authored
docs(e2e): Be more explicit about when to run yarn build:tarball in e2e tests (#12762)
1 parent e0adb41 commit f8f3c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Prerequisites: Docker
1010
- Copy `.env.example` to `.env`
1111
- OPTIONAL: Fill in auth information in `.env` for an example Sentry project - you only need this to run E2E tests that
1212
send data to Sentry.
13-
- Run `yarn build:tarball` in the root of the repository
13+
- Run `yarn build:tarball` in the root of the repository (needs to be rerun after every update in /packages for the
14+
changes to have effect on the tests).
1415

1516
To finally run all of the tests:
1617

0 commit comments

Comments
 (0)