Skip to content

Commit

Permalink
✏️ - Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich authored May 13, 2024
1 parent f673d58 commit d1efa2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ This project should be considered in beta status. We run it in production at [Wa
2. Build / Clean / Watch

```
yarn rewatch build .
yarn rewatch build
```

```
yarn rewatch clean .
yarn rewatch clean
```

```
yarn rewatch watch .
yarn rewatch watch
```

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.
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.

## Full Options

Expand Down

0 comments on commit d1efa2f

Please sign in to comment.