Skip to content

Commit

Permalink
Add warning to examples readme about running yarn clean after example…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
milesrichardson committed Mar 15, 2023
1 parent ee86cd7 commit 2975ae1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ cleanup (keeping in mind it will kill any process on machine matching
./build-examples.sh examples/react-nextjs-basic-hooks
```

**WARNING**: After running this, if you are doing regular development (i.e. not
including examples), you will probably need to run `yarn clean` in the repo root
to make sure everything rebuilds properly (this especially applies to
`@madatdata/react`)

Note: this specific example also removes the `.next` directory in
`examples/react-nextjs-basic-hooks`. Other examples might have similar
directories that need to be deleted - by the nature of having realistic
Expand Down

0 comments on commit 2975ae1

Please sign in to comment.