Skip to content

Commit 41935af

Browse files
bhparijatprameshj
authored andcommitted
Demo-app readme fix (#6630)
* updated readme
1 parent 10b9317 commit 41935af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/auth/demo/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,21 @@ in the `config.js` file.
4545

4646
Before deploying, you may need to build the auth package:
4747
```bash
48+
cd auth/demo
4849
yarn
4950
yarn build:deps
5051
```
5152

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

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

5665
```bash

0 commit comments

Comments
 (0)