You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/react-scripts/fixtures/kitchensink/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Tests are automatically run by the CI tools.
8
8
In order to run them locally, without having to manually install and configure everything, the `yarn e2e:docker` CLI command can be used.
9
9
10
10
This is a simple script that runs a **Docker** container, where the node version, git branch to clone, test suite, and whether to run it with `yarn` or `npm` can be chosen.
11
-
Simply run `yarn e2e:docker -- --help` to get additional info.
11
+
Simply run `yarn e2e:docker --help` to get additional info.
12
12
13
13
If you need guidance installing **Docker**, you should follow their [official docs](https://docs.docker.com/engine/installation/).
0 commit comments