Skip to content

Commit 6dd2ecf

Browse files
committed
Demo-app readme fix (#6630)
* updated readme
1 parent 3e8af6d commit 6dd2ecf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/auth/demo/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,20 @@ in the `config.js` file.
4444

4545
Before deploying, you may need to build the auth package:
4646
```bash
47+
cd auth/demo
4748
yarn build:deps
4849
```
4950

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

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

5463
```bash

0 commit comments

Comments
 (0)