Skip to content

Commit d1efa2f

Browse files
authored
✏️ - Update README.md
1 parent f673d58 commit d1efa2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ This project should be considered in beta status. We run it in production at [Wa
2323
2. Build / Clean / Watch
2424

2525
```
26-
yarn rewatch build .
26+
yarn rewatch build
2727
```
2828

2929
```
30-
yarn rewatch clean .
30+
yarn rewatch clean
3131
```
3232

3333
```
34-
yarn rewatch watch .
34+
yarn rewatch watch
3535
```
3636

37-
Where `.` is the folder where the 'root' `bsconfig.json` lives. If you encounter a 'stale build error', either directly, or after a while, a `clean` may be needed to clean up some old compiler assets.
37+
You can pass in the folder as the second argument where the 'root' `bsconfig.json` lives. If you encounter a 'stale build error', either directly, or after a while, a `clean` may be needed to clean up some old compiler assets.
3838

3939
## Full Options
4040

0 commit comments

Comments
 (0)