We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b9317 commit 41935afCopy full SHA for 41935af
packages/auth/demo/README.md
@@ -45,12 +45,21 @@ in the `config.js` file.
45
46
Before deploying, you may need to build the auth package:
47
```bash
48
+cd auth/demo
49
yarn
50
yarn build:deps
51
```
52
53
This can take some time, and you only need to do it if you've modified the auth package.
54
55
+You can optionally clear the cache and rebuild using:
56
+
57
+```bash
58
59
+rm -rf node_modules yarn.lock
60
+yarn build:deps
61
+```
62
63
To run the app locally, simply issue the following command in the `auth/demo` directory:
64
65
0 commit comments