Skip to content

Commit 229df29

Browse files
authored
Update README.md
1 parent 3b5e571 commit 229df29

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

test/smoke/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ yarn smoketest --build PATH_TO_NEW_RELEASE_PARENT_FOLDER --stable-build PATH_TO_
4343

4444
### Develop
4545

46-
Start a watch task in `test/smoke`:
46+
Start two watch tasks:
47+
48+
```bash
49+
cd test/automation
50+
yarn watch
51+
```
4752

4853
```bash
4954
cd test/smoke

0 commit comments

Comments
 (0)