Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build before e2e and run it on random port #1377

Merged
merged 14 commits into from
Jan 17, 2020
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ In separate shells run the following:
```

```sh
# Run the unit tests
> npm run test:unit
# Run the unit tests in watch mode
> npm run test:unit:watch
```

```sh
Expand Down