Skip to content

Commit 822561e

Browse files
committed
added step for clearning cache
1 parent 32197c6 commit 822561e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/auth/demo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ yarn build:deps
5050

5151
This can take some time, and you only need to do it if you've modified the auth package.
5252

53+
You can optionally clear the cache and rebuild using:
54+
55+
```bash
56+
cd auth/demo
57+
rm -rf node_modules
58+
yarn build:deps
59+
```
60+
5361
To run the app locally, simply issue the following command in the `auth/demo` directory:
5462

5563
```bash

0 commit comments

Comments
 (0)